Commit c0348554 authored by data-爬虫-任锋's avatar data-爬虫-任锋

助贷资金记录表删除两个字段

parent cce3d71f
......@@ -57,12 +57,6 @@ public class AidLoanFundRouteRecord implements Serializable{
@Column(name = "enable")
private Boolean enable;
@Column(name="created_by")
private String createdBy;
@Column(name="updated_by")
private String updatedBy;
@Column(name = "created_at")
private Timestamp createdAt;
......
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