lyh
2025-07-26 b16d7f9fd029bf9d37bcc3c6f3cf8472a0081888
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);
}