Commit 1d352ed7 by 徐高华

修改字段

parent 1d29ba66
......@@ -122,6 +122,7 @@ public class GicOrderRefundController {
}
}
vo.setCanAduitFlag(canAduitFlag);
vo.setUsePoint(dto.getUsePoints());
return RestResponse.successResult(vo);
}
......
......@@ -148,7 +148,7 @@ public class OrderRefundDetailVO implements Serializable {
// 申请积分
private Integer applyRefundPoints ;
private Integer usePoints ;
private Integer usePoint ;
private Integer goodsType;
private String goodsReferId ;
......@@ -158,12 +158,12 @@ public class OrderRefundDetailVO implements Serializable {
private OrderCouponDetailDTO orderCouponDetail;
public Integer getUsePoints() {
return usePoints;
public Integer getUsePoint() {
return usePoint;
}
public void setUsePoints(Integer usePoints) {
this.usePoints = usePoints;
public void setUsePoint(Integer usePoint) {
this.usePoint = usePoint;
}
public Integer getGoodsType() {
......
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