zhangherong
2025-07-08 afb255a6ed53564ccd1f574fdf6d347e6a1956d9
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentOvertimeService.java
@@ -46,4 +46,12 @@
     * @return
     */
    BigDecimal computeOvertime(String equipmentId, String validDate);
    /**
     * 添加
     * @param mdcEquipmentOvertime
     * @return
     */
    boolean addOvertime(MdcEquipmentOvertime mdcEquipmentOvertime);
}