fix(产品需求): 修复产品需求在测试后存在的问题。
This commit is contained in:
26
src/typings/api/product.d.ts
vendored
26
src/typings/api/product.d.ts
vendored
@@ -250,17 +250,17 @@ declare namespace Api {
|
||||
moduleId: string;
|
||||
/** 是否需要评审(0不需要;1需要) */
|
||||
reviewRequired: RequirementReviewRequired;
|
||||
/** 需求标题 */
|
||||
/** 需求名称 */
|
||||
title: string;
|
||||
/** 需求描述(富文本) */
|
||||
/** 需求内容(富文本) */
|
||||
description?: string | null;
|
||||
/** 需求分类字典值 */
|
||||
/** 需求类型字典值 */
|
||||
category: string;
|
||||
/** 需求分类名称 */
|
||||
/** 需求类型名称 */
|
||||
categoryName?: string | null;
|
||||
/** 来源类型 */
|
||||
/** 需求来源类型 */
|
||||
sourceType: RequirementSourceType;
|
||||
/** 来源业务ID */
|
||||
/** 需求来源业务ID */
|
||||
sourceBizId?: string | null;
|
||||
/** 优先级(0低 1中 2高 3紧急) */
|
||||
priority: RequirementPriority;
|
||||
@@ -282,10 +282,8 @@ declare namespace Api {
|
||||
currentHandlerUserNickname?: string | null;
|
||||
/** 默认实现项目编号 */
|
||||
implementProjectId?: string | null;
|
||||
/** 实现项目名称 */
|
||||
implementProjectName?: string | null;
|
||||
/** 预期完成时间 */
|
||||
completionDate: string;
|
||||
/** 所需工时(小时) */
|
||||
workHours: number;
|
||||
/** 排序值 */
|
||||
sort: number;
|
||||
/** 创建时间 */
|
||||
@@ -378,9 +376,11 @@ declare namespace Api {
|
||||
| 'category'
|
||||
| 'priority'
|
||||
| 'proposerId'
|
||||
| 'proposerNickname'
|
||||
| 'currentHandlerUserId'
|
||||
| 'currentHandlerUserNickname'
|
||||
| 'implementProjectId'
|
||||
| 'completionDate'
|
||||
| 'workHours'
|
||||
| 'sort'
|
||||
>;
|
||||
|
||||
@@ -415,8 +415,10 @@ declare namespace Api {
|
||||
| 'category'
|
||||
| 'priority'
|
||||
| 'proposerId'
|
||||
| 'proposerNickname'
|
||||
| 'currentHandlerUserId'
|
||||
| 'completionDate'
|
||||
| 'currentHandlerUserNickname'
|
||||
| 'workHours'
|
||||
| 'sort'
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user