fix(产品管理、项目管理、登录密码校验、工作报告): 修复用户们提出的一系列问题。
This commit is contained in:
12
src/typings/api/product.d.ts
vendored
12
src/typings/api/product.d.ts
vendored
@@ -92,6 +92,17 @@ declare namespace Api {
|
||||
lastStatusReason?: string | null;
|
||||
}
|
||||
|
||||
interface ProductOption {
|
||||
/** 产品 ID */
|
||||
id: string;
|
||||
/** 产品编码 */
|
||||
code: string;
|
||||
/** 产品名称 */
|
||||
name: string;
|
||||
/** 产品方向字典值 */
|
||||
directionCode: string;
|
||||
}
|
||||
|
||||
interface ProductLifecycleAction {
|
||||
actionCode: ProductStatusActionCode;
|
||||
actionName: string;
|
||||
@@ -216,6 +227,7 @@ declare namespace Api {
|
||||
interface DeleteProductParams {
|
||||
id: string;
|
||||
productName: string;
|
||||
confirmText: string;
|
||||
reason: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user