feat(projects): 增加意见反馈
This commit is contained in:
4
src/typings/api/project.d.ts
vendored
4
src/typings/api/project.d.ts
vendored
@@ -170,6 +170,10 @@ declare namespace Api {
|
||||
name: string;
|
||||
size?: number;
|
||||
contentType?: string;
|
||||
/** 对象存储配置编号(上传返回),与 path 一起拼永久代理 URL */
|
||||
configId?: string;
|
||||
/** 文件相对路径(上传返回),与 configId 一起拼永久代理 URL */
|
||||
path?: string;
|
||||
}
|
||||
|
||||
/** 任务详情 / 分页响应里嵌入的活跃协办人引用(按加入时间正序) */
|
||||
|
||||
Reference in New Issue
Block a user