分享好友模块1

This commit is contained in:
wangw 2024-11-06 16:57:35 +08:00
parent b6d3701806
commit 7d4788cb3a
1 changed files with 2 additions and 0 deletions

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;