Feat: add and delete file tags

This commit is contained in:
HFO4
2020-02-12 11:38:04 +08:00
parent 127d0236f9
commit 15f4b1819b
10 changed files with 246 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ const (
UserID // 用户
FileID // 文件ID
FolderID // 目录ID
TagID // 标签ID
)
var (