Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
commit
77b9b0c409
|
|
@ -46,6 +46,8 @@ public class TbShopShare extends Model<TbShopShare> {
|
|||
//获取方法 get-新用户领取获得 use-新用户使用获得
|
||||
private String getMethod;
|
||||
|
||||
private Integer status;
|
||||
|
||||
@TableField(exist = false)
|
||||
private List<ShareCoupons> newCoupons;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue