浏览代码

代码修改

LAPTOP-KB9HII50\70708 3 年之前
父节点
当前提交
ee47e38c45
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      common/common-entity/src/main/java/com/yihu/jw/entity/order/BusinessOrderDO.java

+ 1 - 0
common/common-entity/src/main/java/com/yihu/jw/entity/order/BusinessOrderDO.java

@ -304,6 +304,7 @@ public class BusinessOrderDO extends IntegerIdentityEntity {
        this.traceNo = traceNo;
        this.traceNo = traceNo;
    }
    }
    @Column(name = "last_pay_time")
    public Long getLastPayTime() {
    public Long getLastPayTime() {
        return lastPayTime;
        return lastPayTime;
    }
    }