@ningboyz/types 1.7.62 → 1.7.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -35,6 +35,8 @@ export interface IJapzK7kmResponse {
|
|
|
35
35
|
finishSize: number;
|
|
36
36
|
// 生成数
|
|
37
37
|
generSize: number;
|
|
38
|
+
// 生成数(文本)
|
|
39
|
+
planText: string;
|
|
38
40
|
// 计划数
|
|
39
41
|
planSize: number;
|
|
40
42
|
/** 任务编码 */
|
|
@@ -84,6 +86,7 @@ export class TJapzK7kmResponse implements IJapzK7kmResponse {
|
|
|
84
86
|
k7kmKmmc: string = "";
|
|
85
87
|
nameFull: string = "";
|
|
86
88
|
parentCD: string = "";
|
|
89
|
+
planText: string = "";
|
|
87
90
|
|
|
88
91
|
/**检测项目 */
|
|
89
92
|
listItem: IJapzItemResponse[] = [];
|