功能代码优化

yun-zuoyi
wei.peng 7 years ago
parent b93609e655
commit 4e995eac9b

@ -92,9 +92,6 @@ public class SysUser extends BaseBean {
@ApiParam(value ="用户类型(枚举,待定)" , example ="-1") @ApiParam(value ="用户类型(枚举,待定)" , example ="-1")
private Integer userType; private Integer userType;
@ApiParam(value ="用户信息")
private transient SysUserInfo userInfo;
@ApiParam(value ="用户所有角色信息") @ApiParam(value ="用户所有角色信息")
private transient List<SysRole> roleList; private transient List<SysRole> roleList;

Loading…
Cancel
Save