This commit is contained in:
2023-08-30 12:44:12 +08:00
parent 4c115337fb
commit da374bcccf
4 changed files with 18 additions and 1 deletions

View File

@@ -52,4 +52,7 @@ public class UserVO extends UserParam implements Serializable {
@ApiModelProperty("头像")
private String headSculpture;
@ApiModelProperty("角色编码")
private List<String> roleCode;
}