“linengliang”
2023-12-04 12bfd8a94f5b5afe8c149e8de7e275a81a4bf77e
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcPlanCloseService.java
@@ -3,6 +3,8 @@
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.mdc.entity.MdcPlanClose;
import java.math.BigDecimal;
/**
 * @Description: mdc计划停机维护表
 * @Author: Lius
@@ -11,4 +13,5 @@
 */
public interface IMdcPlanCloseService extends IService<MdcPlanClose> {
    BigDecimal findPlanTimeDuration(BigDecimal actualWorkDayCount, String planCloseType);
}