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

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

退款订单详情

parent 2ec6a64a
......@@ -91,6 +91,13 @@ public class GoblinBackOrderVo implements Serializable, Cloneable {
this.expireAt = LocalDateTime.parse(createdAt, DTF_YMD_HMS).plusDays(7).format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"));
}
public Integer getRefuseSize() {
if(refuseSize==null){
return 0;
}
return refuseSize;
}
public GoblinBackOrderVo copy(GoblinBackOrder source) {
this.setBackOrderId(source.getBackOrderId());
this.setBackCode(source.getBackCode());
......
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