feat(产品需求、项目需求): 开发两种需求的富文本和附件功能。
This commit is contained in:
4
src/typings/api/product.d.ts
vendored
4
src/typings/api/product.d.ts
vendored
@@ -270,6 +270,8 @@ declare namespace Api {
|
||||
title: string;
|
||||
/** 需求内容(富文本) */
|
||||
description?: string | null;
|
||||
/** 附件列表 */
|
||||
attachments?: Api.Project.AttachmentItem[] | null;
|
||||
/** 需求类型字典值 */
|
||||
category: string;
|
||||
/** 需求类型名称 */
|
||||
@@ -391,6 +393,7 @@ declare namespace Api {
|
||||
| 'reviewRequired'
|
||||
| 'title'
|
||||
| 'description'
|
||||
| 'attachments'
|
||||
| 'category'
|
||||
| 'priority'
|
||||
| 'proposerId'
|
||||
@@ -430,6 +433,7 @@ declare namespace Api {
|
||||
| 'reviewRequired'
|
||||
| 'title'
|
||||
| 'description'
|
||||
| 'attachments'
|
||||
| 'category'
|
||||
| 'priority'
|
||||
| 'proposerId'
|
||||
|
||||
4
src/typings/api/project.d.ts
vendored
4
src/typings/api/project.d.ts
vendored
@@ -635,6 +635,8 @@ declare namespace Api {
|
||||
title: string;
|
||||
/** 需求描述 */
|
||||
description?: string | null;
|
||||
/** 附件列表 */
|
||||
attachments?: AttachmentItem[] | null;
|
||||
/** 需求分类字典值 */
|
||||
category: string;
|
||||
/** 需求分类名称 */
|
||||
@@ -744,6 +746,7 @@ declare namespace Api {
|
||||
| 'reviewRequired'
|
||||
| 'title'
|
||||
| 'description'
|
||||
| 'attachments'
|
||||
| 'category'
|
||||
| 'priority'
|
||||
| 'proposerId'
|
||||
@@ -781,6 +784,7 @@ declare namespace Api {
|
||||
| 'reviewRequired'
|
||||
| 'title'
|
||||
| 'description'
|
||||
| 'attachments'
|
||||
| 'category'
|
||||
| 'priority'
|
||||
| 'proposerId'
|
||||
|
||||
Reference in New Issue
Block a user