zhoushihao
2025-01-15 9ae0e3d68b255dd6df31ea55d9b6eda1a61708dd
hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/entity/HollowFormulaDetails.java
@@ -34,29 +34,47 @@
     * 分割线
     */
    @ApiModelProperty(value = "间隔板1代码 930专用")
    private Integer frameOne;
    private String frameOne;
    @ApiModelProperty(value = "间隔板2代码 930专用")
    private Integer frameTwo;
    private String frameTwo;
    @ApiModelProperty(value = "间隔板3代码 930专用")
    private Integer frameThree;
    private String frameThree;
    @ApiModelProperty(value = "间隔板4代码 930专用")
    private Integer frameFour;
    private String frameFour;
    @ApiModelProperty(value = "密封嵌入 930专用")
    private Integer sealInsert;
    private String sealInsert;
    @ApiModelProperty(value = "气体1(0无 1有) 930专用")
    private Integer casOne;
    private String casOne;
    @ApiModelProperty(value = "气体2(0无 1有) 930专用")
    private Integer casTwo;
    private String casTwo;
    @ApiModelProperty(value = "气体3(0无 1有) 930专用")
    private Integer casThree;
    private String casThree;
    @ApiModelProperty(value = "气体4(0无 1有) 930专用")
    private Integer casFour;
    @ApiModelProperty(value = "间隔框类型(tps胶为05 铝间隔条01) 930专用")
    private Integer intervalFrameType;
    @ApiModelProperty(value = "间隔框宽度 930专用")
    private Integer intervalFrameWidth;
    @ApiModelProperty(value = "间隔框高度 930专用")
    private Integer intervalFrameHeight;
    private String casFour;
    @ApiModelProperty(value = "间隔框类型1(tps胶为05 铝间隔条01) 930专用")
    private String intervalFrameTypeOne;
    @ApiModelProperty(value = "间隔框宽度1 930专用")
    private String intervalFrameWidthOne;
    @ApiModelProperty(value = "间隔框高度1 930专用")
    private String intervalFrameHeightOne;
    @ApiModelProperty(value = "间隔框类型2(tps胶为05 铝间隔条01) 930专用")
    private String intervalFrameTypeTwo;
    @ApiModelProperty(value = "间隔框宽度2 930专用")
    private String intervalFrameWidthTwo;
    @ApiModelProperty(value = "间隔框高度2 930专用")
    private String intervalFrameHeightTwo;
    @ApiModelProperty(value = "间隔框类型3(tps胶为05 铝间隔条01) 930专用")
    private String intervalFrameTypeThree;
    @ApiModelProperty(value = "间隔框宽度3 930专用")
    private String intervalFrameWidthThree;
    @ApiModelProperty(value = "间隔框高度3 930专用")
    private String intervalFrameHeightThree;
    @ApiModelProperty(value = "间隔框类型4(tps胶为05 铝间隔条01) 930专用")
    private String intervalFrameTypeFour;
    @ApiModelProperty(value = "间隔框宽度4 930专用")
    private String intervalFrameWidthFour;
    @ApiModelProperty(value = "间隔框高度4 930专用")
    private String intervalFrameHeightFour;
    /**
     * 创建时间
     */