Commit 0afd2f17 by huangjinxin

fix:添加注解

1 parent 98cb5ba5
...@@ -72,6 +72,7 @@ public class RoleEntity implements Serializable { ...@@ -72,6 +72,7 @@ public class RoleEntity implements Serializable {
/** /**
* 备注 * 备注
*/ */
@Column(name = "notes")
private String notes; private String notes;
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!