luodangjia
2024-08-17 f37b3d71b2ce011e938cc3bf1fddc1c5fd14e15b
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TGoods.java
@@ -100,6 +100,8 @@
    private Integer status;
    @ApiModelProperty(value = "销量")
    @TableField(exist = false)
    private Integer salesCount;
}