ZengTao
2024-04-11 c3d76069f9d43cd24ceea4418374335075309b3f
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);
}