mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-03-04 03:13:43 +08:00
feat: 订单中的couponMation不作为前端参数
This commit is contained in:
parent
11c63f2e1a
commit
93c3c11249
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue