luodangjia
2024-11-01 be1ab2eb2032a747a409fb765ec90f76c3116c51
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TCoupon.java
@@ -122,6 +122,10 @@
    @TableField(exist = false)
    private Integer useCount;
    @ApiModelProperty(value = "销量")
    @TableField(exist = false)
    private Integer salesCount;
}