Commit 9c990f0f by 徐高华

积分

parent b18e02f1
......@@ -63,6 +63,9 @@ public class OrderListVO implements Serializable {
* 实付金额 不含运费
*/
private Double payAmount;
// 使用积分
private Integer usePoint ;
/**
* 最终实际运费(可手动修改)
......@@ -104,6 +107,14 @@ public class OrderListVO implements Serializable {
* 评价
*/
private EvaluateVO evaluateVO;
public Integer getUsePoint() {
return usePoint;
}
public void setUsePoint(Integer usePoint) {
this.usePoint = usePoint;
}
public Integer getBusinessType() {
return businessType;
......
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