{ int64 id; // 文件ID int64 fileId; int64 createdAt; bytes metaJSON; // 是否公开 bool isPublic; // 名称 string name; string code; // 文件信息 File file; }