hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/entity/dto/FlowCardGlassInfoDTO.java
@@ -19,6 +19,10 @@ */ private String flowCardId; /** * 产品名称 */ private String productName; /** * 膜系 */ private String filmsId; @@ -50,4 +54,8 @@ * 缺少数量 */ private int lackCount; /** * 占用格子 */ private int slotCount; }