xuhy
2024-08-20 8c41ecd9a6b2f299fb4bc4c4e6ce3cc5bf26e4a2
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;
}