字段映射问题

This commit is contained in:
2024-11-11 14:09:15 +08:00
parent 57f682ab44
commit 99b755f782

View File

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