hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/uppattenusage/service/GlassInfoService.java
@@ -13,4 +13,7 @@ */ public interface GlassInfoService extends IService<GlassInfo> { int getGlassInfoCountByFlowCardId(String flowCardId); void updateFlowCardIdAndCount(String flowCardId, int glassInfoCount, int workstationId); }