Commit 9684a4ed by huangjinxin

fix:调整uuid

1 parent 74ac04a7
......@@ -27,7 +27,7 @@ public class RoleEntity implements Serializable {
@Id
@GeneratedValue(generator = "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;
/**
* 名称
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!