xuhy
2024-08-09 d7f599824d4ab79c35e6aacdc59d2581c28504b3
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;
}