瀏覽代碼

代码修改

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;
    }
    @Column(name = "last_pay_time")
    public Long getLastPayTime() {
        return lastPayTime;
    }