优化博客

This commit is contained in:
limqhz
2022-05-10 02:21:30 +08:00
parent 1826e4bb9a
commit b0b9e80f8a
28 changed files with 339 additions and 227 deletions

View File

@@ -36,7 +36,7 @@ public class User implements Serializable {
private String uid;
@ApiModelProperty(value = "角色编号")
private Integer roleId;
private String roleId;
@ApiModelProperty(value = "用户名")
private String username;