Lius
2024-01-26 09e22d89710364548fa896917506a372795a7bd3
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentOvertimeService.java
@@ -8,6 +8,7 @@
import org.springframework.web.servlet.ModelAndView;
import javax.servlet.http.HttpServletRequest;
import java.math.BigDecimal;
/**
 * @Description: 设备加班管理
@@ -37,4 +38,20 @@
     */
    ModelAndView exportXls(String userId, MdcEquipmentOvertime mdcEquipmentOvertime);
    /**
     * 计算加班时间
     *
     * @param equipmentId
     * @param validDate
     * @return
     */
    BigDecimal computeOvertime(String equipmentId, String validDate);
    /**
     * 添加
     * @param mdcEquipmentOvertime
     * @return
     */
    boolean addOvertime(MdcEquipmentOvertime mdcEquipmentOvertime);
}