Commit 9684a4ed by huangjinxin

fix:调整uuid

1 parent 74ac04a7
...@@ -27,7 +27,7 @@ public class RoleEntity implements Serializable { ...@@ -27,7 +27,7 @@ public class RoleEntity implements Serializable {
@Id @Id
@GeneratedValue(generator = "uuid") @GeneratedValue(generator = "uuid")
@GenericGenerator(name = "uuid", strategy = "uuid") @GenericGenerator(name = "uuid", strategy = "uuid")
@Column(name = "ID", unique = true, nullable = false, length = 32) @Column(name = "ID", unique = true, nullable = false, length = 60)
private String id; private String id;
/** /**
* 名称 * 名称
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!