Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
张松 2024-11-06 17:14:42 +08:00
commit 77b9b0c409
1 changed files with 2 additions and 0 deletions

View File

@ -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;