| | |
| | | import com.ycl.vo.casePool.CasePoolIllegalBuildingVO; |
| | | import com.ycl.vo.casePool.CasePoolViolationVO; |
| | | import com.ycl.vo.casePool.QueryForViolationVO; |
| | | import com.ycl.vo.cockpit.enforcementEvents.EnforcementEventsVO; |
| | | import com.ycl.vo.cockpit.enforcementEvents.EventVO; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | |
| | | List<QueryForViolationVO> selectViolationPage(QueryForViolationParam queryForViolationParam); |
| | | |
| | | Page<BaseCaseVO> selectVideoInspection(Page<Object> objectPage); |
| | | |
| | | Integer dayCount(); |
| | | |
| | | Integer weekCount(); |
| | | |
| | | Integer dispatchCount(); |
| | | |
| | | List<EventVO> selectEventList(String beginTime, String endTime); |
| | | |
| | | Integer alCount(); |
| | | } |