zhoushihao
2025-04-15 c6cb57f307b0c62a05cac78cfd828c313f10e611
hangzhoumesParent/common/servicebase/src/main/java/com/mes/base/entity/BigStorageCageBaseInfo.java
@@ -45,8 +45,19 @@
    private double height;
    /**
     * 厚度
     */
    @ApiModelProperty(value = "厚度")
    private double thickness;
    /**
     * 膜系
     */
    @ApiModelProperty(value = "膜系")
    private String filmsId;
    /**
     * 格子号
     */
    @ApiModelProperty(value = "玻璃id")
    @ApiModelProperty(value = "格子号")
    private Integer slot;
}