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

This commit is contained in:
GoEdgeLab
2021-02-25 21:08:08 +08:00
parent fbedbc17c7
commit c570d48365
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;
}