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;
}