系统用户增加是否允许登录选项

This commit is contained in:
刘祥超
2021-03-30 11:00:32 +08:00
parent 62eba06f66
commit ff57c19211
5 changed files with 193 additions and 160 deletions

View File

@@ -15,4 +15,5 @@ message Admin {
int64 createdAt = 6;
repeated AdminModule Modules = 7;
Login otpLogin = 8; // OTP认证
bool canLogin = 9; // 是否可以登录
}