Commit 4b71ba83 authored by liwenbin's avatar liwenbin

asset

parent 5d742e1f
...@@ -55,7 +55,7 @@ public class Asset { ...@@ -55,7 +55,7 @@ public class Asset {
private Integer auditResult; private Integer auditResult;
@Column(name = "enable") @Column(name = "enable")
private Integer enable; private Boolean enable;
@Column(name = "created_at") @Column(name = "created_at")
private Timestamp createdAt; 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