通过userid查询用户信息新增查询用户所有角色

This commit is contained in:
不做码农
2022-01-06 12:36:18 +08:00
parent cf3f86b06a
commit a996ab1d22
4 changed files with 8 additions and 8 deletions

View File

@@ -99,7 +99,7 @@ namespace ZR.Model.System
/// </summary>
[SugarColumn(IsIgnore = true)]
[EpplusIgnore]
public int[] RoleIds { get; set; }
public long[] RoleIds { get; set; }
/// <summary>
/// 岗位集合
/// </summary>