package auth import ( "git.sxidc.com/go-framework/baize/convenient/domain/auth/role" "git.sxidc.com/go-framework/baize/convenient/domain/auth/user" ) type ( UserWithRoleInfo struct { UserInfo user.Info RoleInfos []role.Info } )