增加文件和用户界面相关配置

This commit is contained in:
刘祥超
2021-02-25 21:08:08 +08:00
parent d2dd3dab8c
commit 643a0dd17e
6 changed files with 278 additions and 52 deletions

View File

@@ -7,4 +7,6 @@ message File {
int64 id = 1;
string filename = 2;
int64 size = 3;
int64 createdAt = 4;
bool isPublic = 5;
}