wangfei
2024-12-16 b27a75583e7cb6ac6c267b8fc951745ce5bd9ab6
hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java
@@ -1,8 +1,10 @@
package com.mes.glassinfo.service;
import com.github.yulichang.base.MPJBaseService;
import com.mes.engineering.entity.Engineering;
import com.mes.glassinfo.entity.GlassInfo;
import com.mes.glassinfo.entity.dto.HollowGlassInfoDTO;
import com.mes.uppattenusage.entity.UpPattenUsage;
import java.util.List;
import java.util.Map;
@@ -37,5 +39,7 @@
    List<HollowGlassInfoDTO> listBySize(String engineerId);
    void deleteTask(String engineerId);
    List<GlassInfo> selectEdgGlassInfo(String engineering);
}