| | |
| | | import com.ycl.entity.caseHandler.BaseCaseDetail; |
| | | import com.ycl.vo.casePool.BaseCaseVO; |
| | | import com.ycl.vo.casePool.QueryForViolationVO; |
| | | import com.ycl.vo.cockpit.enforcementEvents.EventVO; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | |
| | | Boolean saveViolationCase(ViolationParam violationParam,Long id); |
| | | |
| | | Boolean saveIllegalBuildingCase(IllegalBuildingParam illegalBuildingParam, Long id); |
| | | |
| | | /** |
| | | * 同步案件进度 |
| | | * |
| | |
| | | Map<String,Object> selectCount(); |
| | | |
| | | Boolean updateCase(ViolationParam violationParam); |
| | | |
| | | Integer dayCount(); |
| | | |
| | | Integer weekCount(); |
| | | |
| | | Integer dispatchCount(); |
| | | |
| | | Integer alCount(); |
| | | |
| | | List<EventVO> selectEventList(String beginTime, String endTime); |
| | | } |