feat(projects): 增加意见反馈

This commit is contained in:
2026-06-27 08:55:33 +08:00
parent 570f284230
commit a4884035cd
25 changed files with 1536 additions and 7 deletions

View File

@@ -170,6 +170,10 @@ declare namespace Api {
name: string;
size?: number;
contentType?: string;
/** 对象存储配置编号(上传返回),与 path 一起拼永久代理 URL */
configId?: string;
/** 文件相对路径(上传返回),与 configId 一起拼永久代理 URL */
path?: string;
}
/** 任务详情 / 分页响应里嵌入的活跃协办人引用(按加入时间正序) */