审核中服务增加提交审核时间

This commit is contained in:
刘祥超
2021-12-01 17:06:32 +08:00
parent 211d3c5067
commit 615711924a
4 changed files with 27 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ message Server {
bytes config = 17;
bytes serverNamesJSON = 8;
bool isAuditing = 20;
int64 auditingAt = 25;
bytes auditingServerNamesJSON = 21;
ServerNameAuditingResult auditingResult = 22;