1.代客下单相关接口
This commit is contained in:
@@ -220,6 +220,9 @@ public class TbOrderInfo implements Serializable {
|
||||
@ApiModelProperty(value = "是否购买优惠券")
|
||||
private String isBuyCoupon;
|
||||
|
||||
@Column(name = "`out_number`")
|
||||
private String outNumber;
|
||||
|
||||
@Column(name = "`is_use_coupon`")
|
||||
@ApiModelProperty(value = "是否使用优惠券")
|
||||
private String isUseCoupon;
|
||||
|
||||
Reference in New Issue
Block a user