代码更新

This commit is contained in:
2022-12-16 16:52:14 +08:00
parent 07ac1e1167
commit 69253369b8

View File

@@ -28,7 +28,7 @@ public class SysRole implements Serializable {
/**
* ID
*/
@TableId
@TableId(value = "role_id")
private String roleId;
/**