Commit ec675e3b authored by liwenbin's avatar liwenbin

effective_time改为String类型

parent 4773736c
...@@ -64,7 +64,7 @@ public class Asset implements Serializable{ ...@@ -64,7 +64,7 @@ public class Asset implements Serializable{
@Attribute @Attribute
@Column(name = "effective_time") @Column(name = "effective_time")
private Timestamp effectiveTime; private String effectiveTime;
@Attribute @Attribute
@Column(name = "audit_result") @Column(name = "audit_result")
......
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