zhoushihao
2024-04-11 a9e5e23e75ddb7ce03e992cc68efcdf8cc0975da
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);
}