Commit 106fef8b authored by 贷前—徐菲's avatar 贷前—徐菲

实名账户的修改

parent f82eb6c7
...@@ -18,7 +18,7 @@ public class UserAuthorized { ...@@ -18,7 +18,7 @@ public class UserAuthorized {
@Id @Id
@Column(name = "id") @Column(name = "id")
@GeneratedValue(generator = "uuid") @GeneratedValue(generator = "uuid")
@GenericGenerator(name ="uuid" , strategy = "org.hibernate.id.UUIDGenerator") @GenericGenerator(name ="uuid" , strategy = "uuid")
private String id; private String id;
@Column(name = "user_uuid") @Column(name = "user_uuid")
......
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