This commit is contained in:
2026-07-18 10:52:32 +08:00
parent 2dcafae465
commit b5ef58f434
61 changed files with 1274 additions and 2142 deletions

View File

@@ -5,6 +5,7 @@ import "time"
// FileVO 文件视图对象 - 返回给前端
type FileVO struct {
ID StringID `json:"id"`
BizID string `json:"biz_id,omitempty"`
Name string `json:"name"`
Extension string `json:"extension"`
FolderID StringID `json:"folder_id"`