ZengTao
2025-11-04 63100c0391d3a4f1d41ac5e580625913b2edd265
hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java
@@ -4,7 +4,6 @@
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;
@@ -22,7 +21,7 @@
       * 查询小片表
       * @return List<GlassInfo>
       */
      List<GlassInfo> selectGlassInfo(String engineeringId);
      List<GlassInfo> selectGlassInfo(Engineering engineeringId);
      /**
       * 保存小片表
       */