feat: 订单中的couponMation不作为前端参数

This commit is contained in:
wst 2024-11-24 15:18:34 +08:00
parent 11c63f2e1a
commit 93c3c11249

View file

@ -148,7 +148,7 @@ public class Order extends AreaInfo {
private String couponId;
@TableField(exist = false)
@ApiModelProperty(value = "优惠券信息")
@Property(value = "优惠券信息")
private Map<String, Object> couponMation;
@TableField("coupon_price")