zhoushihao
2025-04-10 ca48f8c87bb927c7be7f02b7eaaf71996e759bff
hangzhoumesParent/common/servicebase/src/main/java/com/mes/base/entity/BigStorageCageBaseInfo.java
@@ -43,6 +43,12 @@
     */
    @ApiModelProperty(value = "高")
    private double height;
    /**
     * 厚度
     */
    @ApiModelProperty(value = "厚度")
    private double thickness;
    /**
     * 膜系
     */
@@ -52,6 +58,6 @@
    /**
     * 格子号
     */
    @ApiModelProperty(value = "玻璃id")
    @ApiModelProperty(value = "格子号")
    private Integer slot;
}