Commit 04b44409 by huluobin

update

parent dc124f2c
......@@ -199,9 +199,9 @@ public class OrderServe implements Serializable {
// @ApiModelProperty("是否已经被卡券或者次卡折扣过 1-已经绑定了次卡或者优惠券 2-未绑定")
// private Integer bindCoupon = 2;
private Integer bindInnerCoupon;
private Integer bindOuterCoupon;
private Integer bindTimesCard;
private Integer bindInnerCoupon = 2;
private Integer bindOuterCoupon = 2;
private Integer bindTimesCard = 2;
@TableField(strategy = FieldStrategy.IGNORED)
private BigDecimal promotionPrice;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment