zhoushihao
2025-10-30 f44f00034483637a48c4cfedf7b6e93b83c8c6af
hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/entity/dto/LackDetailsDTO.java
@@ -15,6 +15,10 @@
     */
    private String flowCardId;
    /**
     * 玻璃id
     */
    private String glassId;
    /**
     * 流程卡
     */
    private int layer;
@@ -57,5 +61,9 @@
     */
    private Integer patchCount;
    /**
     * 工序
     */
    private String workingProcedure;
}