zhoushihao
2025-10-10 95d5d11d932f6eefca6bc5c3c883269e93894441
hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/entity/dto/LackDetailsDTO.java
@@ -15,9 +15,17 @@
     */
    private String flowCardId;
    /**
     * 玻璃id
     */
    private String glassId;
    /**
     * 流程卡
     */
    private int layer;
    /**
     * 流程卡
     */
    private int glassType;
    /**
     * 膜系
     */
@@ -49,5 +57,9 @@
     */
    private Integer damageCount;
    /**
     * 工序
     */
    private String workingProcedure;
}