Lius
2024-10-09 33aea4a7532fcaddbd4262e51900b5102c0aa07c
lxzn-module-mdc/src/main/java/org/jeecg/modules/screen/mapper/MdcSubLargeScreenMapper.java
@@ -4,6 +4,7 @@
import org.apache.ibatis.annotations.Param;
import org.jeecg.modules.mdc.entity.MdcEquipmentMonitor;
import org.jeecg.modules.screen.dto.MdcProductDayscheduleDto;
import org.jeecg.modules.screen.dto.ToolLifeDto;
import org.springframework.stereotype.Repository;
import java.util.List;
@@ -31,4 +32,12 @@
     * @return
     */
    List<MdcEquipmentMonitor> checkStatusFromEquipmentIds(@Param("productionId") String productionId);
    /**
     * 刀具寿命管理
     *
     * @param productionId
     * @return
     */
    List<ToolLifeDto> toolLifeList(@Param("productionId") String productionId);
}