NowAbnormalService.java 239 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 package com.bsth.service.excep; import java.util.Map; import com.bsth.entity.excep.Abnormal; import com.bsth.util.PageObject; public interface NowAbnormalService { PageObject <Abnormal> Pagequery(Map<String, Object> map) ; }