wuyouming666
2024-04-11 c32e18332fc5d062aea27bfcc82105dd73a0a56f
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);
}