无关风月
2024-07-30 87e07ac8b8f1868eb4302fac73dfc93c5417f977
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/domain/SlGoodsShelf.java
@@ -75,5 +75,13 @@
    @TableField("update_time")
    private Date updateTime;
    @ApiModelProperty("货架在图片坐标宽")
    @TableField("width")
    private String width;
    @ApiModelProperty("货架在图片坐标高")
    @TableField("height")
    private String height;
}