zhoushihao
2025-11-06 b21caa5499c50384f3a3a5dd795a7a0ad197d36f
hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/ConstSysConfig.java
@@ -82,6 +82,14 @@
    // 钢化炉宽度
    public static final Integer TEMPERING_HEIGHT = 34;
    //钢化前大理片8 10 12厚度玻璃间距
    public static final Integer VERTICAL_GLASS_GAP_8 = 35;
    public static final Integer VERTICAL_GLASS_GAP_10 = 36;
    public static final Integer VERTICAL_GLASS_GAP_12 = 37;
    //中空大理片8 10 12厚度玻璃间距
    public static final Integer HOLLOW_GLASS_GAP_8 = 38;
    public static final Integer HOLLOW_GLASS_GAP_10 = 39;
    public static final Integer HOLLOW_GLASS_GAP_12 = 40;
}