修改枚举值
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b8d5ed2bb7
commit
b40bfe26c5
|
@ -15,7 +15,7 @@ public enum UserOptType
|
||||||
Login = 1,
|
Login = 1,
|
||||||
|
|
||||||
[Description("选择登录角色")]
|
[Description("选择登录角色")]
|
||||||
LoginSelectRole =11,
|
LoginSelectRole =18,
|
||||||
|
|
||||||
[Description("更新用户角色")]
|
[Description("更新用户角色")]
|
||||||
UpdateUserRole =15,
|
UpdateUserRole =15,
|
||||||
|
@ -44,8 +44,6 @@ public enum UserOptType
|
||||||
//admin 重置密码
|
//admin 重置密码
|
||||||
ResetPassword = 9,
|
ResetPassword = 9,
|
||||||
|
|
||||||
DeleteUser = 10,
|
|
||||||
|
|
||||||
UpdateUser = 11,
|
UpdateUser = 11,
|
||||||
|
|
||||||
MFALogin = 12,
|
MFALogin = 12,
|
||||||
|
|
Loading…
Reference in New Issue