记得上下班打卡 | git大法好,push需谨慎

Commit d6aad6c6 authored by 胡佳晨's avatar 胡佳晨

商铺发起整单退款

parent a83bbd26
...@@ -59,6 +59,10 @@ public class GoblinOrderSkuVo implements Serializable, Cloneable { ...@@ -59,6 +59,10 @@ public class GoblinOrderSkuVo implements Serializable, Cloneable {
@ApiModelProperty(value = "创建时间") @ApiModelProperty(value = "创建时间")
private String createdAt; private String createdAt;
public BigDecimal getPriceRefund() {
return priceRefund==null?BigDecimal.ZERO:priceRefund;
}
private static final GoblinOrderSkuVo obj = new GoblinOrderSkuVo(); private static final GoblinOrderSkuVo obj = new GoblinOrderSkuVo();
public static GoblinOrderSkuVo getNew() { public static GoblinOrderSkuVo getNew() {
......
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