| | |
| | | import com.gkhy.safePlatform.incidentManage.entity.AccidentReportInfoDetailDO; |
| | | import com.gkhy.safePlatform.incidentManage.entity.AccidentReportInfoPageDO; |
| | | import com.gkhy.safePlatform.incidentManage.query.db.AccidentReportDBQuery; |
| | | import com.gkhy.safePlatform.incidentManage.query.db.AccidentReportRPCDBQuery; |
| | | import com.gkhy.safePlatform.incidentManage.query.db.AccidentReportCountDBQuery; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | void deleteAccidentReportById(Long teamId); |
| | | |
| | | List<AccidentReportCount> selectByTimeAndType(AccidentReportRPCDBQuery dbQuery); |
| | | List<AccidentReportCount> selectByTimeAndType(AccidentReportCountDBQuery dbQuery); |
| | | |
| | | } |