zhoushihao
2025-11-06 b21caa5499c50384f3a3a5dd795a7a0ad197d36f
hangzhoumesParent/common/servicebase/src/main/java/com/mes/base/entity/HollowBigStorageCageBaseInfo.java
@@ -45,6 +45,12 @@
    private double height;
    /**
     * 厚度
     */
    @ApiModelProperty(value = "厚度")
    private Double thickness;
    /**
     * 格子号
     */
    @ApiModelProperty(value = "玻璃id")
@@ -58,7 +64,11 @@
    /**
     * 格子号
     */
    @ApiModelProperty(value = "玻璃id")
    @ApiModelProperty(value = "是否配对")
    private Integer isPair;
    /**
     * /*中空顺序
     */
    @ApiModelProperty(value = "中空顺序")
    private Integer hollowSequence;
}