Commit e0133727 by 徐高华

核销校验提示

parent 9c917d68
...@@ -107,7 +107,18 @@ public class OrderListVO implements Serializable { ...@@ -107,7 +107,18 @@ public class OrderListVO implements Serializable {
* 评价 * 评价
*/ */
private EvaluateVO evaluateVO; private EvaluateVO evaluateVO;
// 2 会员自主核销
private Integer deliveryOptType ;
public Integer getDeliveryOptType() {
return deliveryOptType;
}
public void setDeliveryOptType(Integer deliveryOptType) {
this.deliveryOptType = deliveryOptType;
}
public Integer getUsePoint() { public Integer getUsePoint() {
return usePoint; return usePoint;
} }
......
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