Commit 76e93359 authored by yexiong.wang's avatar yexiong.wang

edit

parent f4b64bd8
......@@ -42,9 +42,7 @@ public class OfflineRepayOperateRecord implements Serializable {
@Column(name = "remark")
private String remark;
@Column(name = "create_time")
@CreatedDate
private Date createTime;
@Column(name = "update_time")
@LastModifiedDate
private Date updateTime;
}
......@@ -68,9 +68,7 @@ public class OfflineRepaySubmitRecord implements Serializable {
@Column(name = "approval_status")
private Integer approvalStatus;
@Column(name = "create_time")
@CreatedDate
private Date createTime;
@Column(name = "update_time")
@LastModifiedDate
private Date updateTime;
}
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