ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Goods.java
@@ -28,7 +28,7 @@ @ApiModelProperty(value = "主键") @TableId(value = "id", type = IdType.AUTO) private Integer id; private Long id; @ApiModelProperty(value = "名称") @TableField("name") @@ -98,6 +98,10 @@ @TableField("integral") private Integer integral; @ApiModelProperty(value = "销量") @TableField("sale_num") private Integer saleNum; @ApiModelProperty(value = "商品权限JSON(0=全部,1=游客,2=普通会员,3=黄金会员,4=钻石会员,5=准代理,6=代理,7=总代,8=合伙人)") @TableField("commodity_authority") private Integer commodityAuthority;