Merge branch 'ww-分享' into test

This commit is contained in:
2024-11-06 17:00:04 +08:00

View File

@@ -46,6 +46,8 @@ public class TbShopShare extends Model<TbShopShare> {
//获取方法 get-新用户领取获得 use-新用户使用获得 //获取方法 get-新用户领取获得 use-新用户使用获得
private String getMethod; private String getMethod;
private Integer status;
@TableField(exist = false) @TableField(exist = false)
private List<ShareCoupons> newCoupons; private List<ShareCoupons> newCoupons;