字段映射问题
This commit is contained in:
parent
57f682ab44
commit
99b755f782
|
|
@ -19,6 +19,7 @@ public class TbActivate extends Model<TbActivate> {
|
|||
private Integer isUseCoupon;
|
||||
//优惠卷id
|
||||
private Integer couponId;
|
||||
@TableField(exist = false)
|
||||
private String couponName;
|
||||
//优惠卷数量
|
||||
private Integer num;
|
||||
|
|
|
|||
Loading…
Reference in New Issue