update 优化用户信息及用户查询,实现用户授权角色

This commit is contained in:
2021-04-25 22:14:21 +08:00
parent ce92b15fe8
commit f6258537c2
10 changed files with 160 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ namespace Ewide.Core.Service
/// <summary>
/// 搜索状态(字典 0正常 1停用 2删除
/// </summary>
public CommonStatus SearchStatus { get; set; } = CommonStatus.ENABLE;
public CommonStatus? SearchStatus { get; set; }
}
public class AddUserInput : UserInput