chore: tweak memo view display

This commit is contained in:
Steven
2024-03-13 22:30:59 +08:00
parent 8fe6874b1b
commit e795149186
15 changed files with 378 additions and 455 deletions

View File

@@ -98,13 +98,15 @@ message User {
string avatar_url = 7;
string password = 8 [(google.api.field_behavior) = INPUT_ONLY];
string description = 8;
RowStatus row_status = 9;
string password = 9 [(google.api.field_behavior) = INPUT_ONLY];
google.protobuf.Timestamp create_time = 10;
RowStatus row_status = 10;
google.protobuf.Timestamp update_time = 11;
google.protobuf.Timestamp create_time = 11;
google.protobuf.Timestamp update_time = 12;
}
message ListUsersRequest {}