@ningboyz/types 1.3.37 → 1.3.38
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
|
@@ -79,7 +79,7 @@ export interface IHznjNotiResponse {
|
|
|
79
79
|
/**任务通知.拆分 */
|
|
80
80
|
listBill: THznj.IHznjNotiBillResponse[];
|
|
81
81
|
listCJBM: TCore.IDeptResponse[];
|
|
82
|
-
listFrom: THznj.
|
|
82
|
+
listFrom: THznj.IHznjXmjjItemResponse[];
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
export class THznjNotiResponse implements IHznjNotiResponse {
|
|
@@ -148,7 +148,7 @@ export class THznjNotiResponse implements IHznjNotiResponse {
|
|
|
148
148
|
|
|
149
149
|
listBill: THznj.IHznjNotiBillResponse[] = [];
|
|
150
150
|
listCJBM: TCore.IDeptResponse[] = [];
|
|
151
|
-
listFrom: THznj.
|
|
151
|
+
listFrom: THznj.IHznjXmjjItemResponse[] = [];
|
|
152
152
|
|
|
153
153
|
listPath: TCore.IPathResponse[] = [];
|
|
154
154
|
|
|
@@ -25,23 +25,21 @@ export interface IHznjXmjjItemResponse {
|
|
|
25
25
|
fromUserIndx: number;
|
|
26
26
|
fromHznjXmsy: number;
|
|
27
27
|
|
|
28
|
-
|
|
29
|
-
|
|
30
28
|
/**
|
|
31
29
|
* 虚拟字段
|
|
32
30
|
* */
|
|
33
31
|
/**
|
|
34
32
|
* 样品名称
|
|
35
33
|
* */
|
|
36
|
-
k8kmKmmc: string;
|
|
34
|
+
k8kmKmmc: string; //虚拟字段
|
|
37
35
|
/**
|
|
38
36
|
* 样品编号
|
|
39
37
|
* */
|
|
40
|
-
k8kmKmbm: string;
|
|
38
|
+
k8kmKmbm: string; //虚拟字段
|
|
41
39
|
/**
|
|
42
40
|
* 单位
|
|
43
41
|
* */
|
|
44
|
-
jldwText: string;
|
|
42
|
+
jldwText: string; //虚拟字段
|
|
45
43
|
}
|
|
46
44
|
|
|
47
45
|
export class THznjXmjjItemResponse implements IHznjXmjjItemResponse {
|
|
@@ -69,9 +67,6 @@ export class THznjXmjjItemResponse implements IHznjXmjjItemResponse {
|
|
|
69
67
|
fromUserIndx: number = 0;
|
|
70
68
|
fromHznjXmsy: number = 0;
|
|
71
69
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
70
|
k8kmKmmc: string = "";
|
|
76
71
|
k8kmKmbm: string = "";
|
|
77
72
|
jldwText: string = "";
|