| | |
| | | import com.ycl.entity.caseHandler.BaseCaseDetail; |
| | | import com.ycl.vo.casePool.BaseCaseVO; |
| | | import com.ycl.vo.casePool.QueryForViolationVO; |
| | | import com.ycl.vo.cockpit.enforcementEvents.DelayVO; |
| | | import com.ycl.vo.cockpit.enforcementEvents.EventVO; |
| | | import com.ycl.vo.cockpit.enforcementEvents.VideoAndAreaVO; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | |
| | | Integer alCount(); |
| | | |
| | | List<EventVO> selectEventList(String beginTime, String endTime); |
| | | |
| | | List<VideoAndAreaVO> areaCount(); |
| | | |
| | | List<DelayVO> selectDelayList(); |
| | | } |