ZengTao
2025-09-16 d48de59b57bce614e17e91f1845789c071930a2f
hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/entity/GlassInfo.java
@@ -35,7 +35,7 @@
    /**
     * 流程卡玻璃类型
     */
    private String glassType;
    private Integer glassType;
    /**
     * 宽
@@ -141,6 +141,21 @@
     * 玻璃ID
     */
    private String glassId;
    /**
     * 是否合并
     */
    private Integer combine;
    /**
     * 预排格子
     */
    private Integer targetSlot;
    /**
     * 打标属性
     */
    private String markIcon;
    /**
     * 生产状态
     */
    private Integer productionStatus;
}