lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentRepairService.java
@@ -28,6 +28,7 @@ /** * 分页查询 * * @param userId * @param page * @param repair @@ -43,4 +44,14 @@ * @return */ boolean updateMdcRepair(MdcEquipmentRepair repair); /** * 查询某段时间内是否有维修休班数据 * * @param equipmentid * @param startDate * @param endDate * @return */ List<MdcEquipmentRepair> mdcRepairListDate(String equipmentid, Date startDate, Date endDate); }