@ningboyz/types 1.5.118 → 1.5.119
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
|
@@ -64,11 +64,16 @@ export interface IWzpzK8kmResponse {
|
|
|
64
64
|
k0kmKmbm: string;
|
|
65
65
|
laidMain: number;
|
|
66
66
|
|
|
67
|
+
itemText: string;
|
|
68
|
+
inGenger: number;
|
|
69
|
+
dictText: string;
|
|
70
|
+
|
|
67
71
|
children: IWzpzK8kmResponse[];
|
|
68
72
|
listDept: TCore.IDeptResponse[];
|
|
69
73
|
listItem: IWzpzItemResponse[];
|
|
70
74
|
listK0KM: IWzpzK0kmResponse[];
|
|
71
75
|
listType: IWzpzTypeResponse[];
|
|
76
|
+
listPath: TCore.IPathResponse[];
|
|
72
77
|
}
|
|
73
78
|
|
|
74
79
|
export class TWzpzK8kmResponse implements IWzpzK8kmResponse {
|
|
@@ -128,6 +133,10 @@ export class TWzpzK8kmResponse implements IWzpzK8kmResponse {
|
|
|
128
133
|
|
|
129
134
|
readOnly: number = 0;
|
|
130
135
|
|
|
136
|
+
itemText: string = "";
|
|
137
|
+
inGenger: number = 0;
|
|
138
|
+
dictText: string = "";
|
|
139
|
+
|
|
131
140
|
k8kmQmsl: number = 0;
|
|
132
141
|
k8kmQmdj: number = 0;
|
|
133
142
|
k8kmQmje: number = 0;
|
|
@@ -138,4 +147,5 @@ export class TWzpzK8kmResponse implements IWzpzK8kmResponse {
|
|
|
138
147
|
listItem: IWzpzItemResponse[] = [];
|
|
139
148
|
listK0KM: IWzpzK0kmResponse[] = [];
|
|
140
149
|
listType: IWzpzTypeResponse[] = [];
|
|
150
|
+
listPath: TCore.IPathResponse[] = [];
|
|
141
151
|
}
|