@ningboyz/types 1.5.120 → 1.5.122
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
|
@@ -68,7 +68,13 @@ export interface IWzpzK8kmResponse {
|
|
|
68
68
|
itemText: string;
|
|
69
69
|
inGenger: number;
|
|
70
70
|
dictText: string;
|
|
71
|
-
|
|
71
|
+
// 性别
|
|
72
|
+
inGender:number;
|
|
73
|
+
// 单价 价格
|
|
74
|
+
k8kmKmdj:number;
|
|
75
|
+
// 供应商
|
|
76
|
+
k8kmSccs:string;
|
|
77
|
+
listDict: TCore.IDictResponse[];
|
|
72
78
|
children: IWzpzK8kmResponse[];
|
|
73
79
|
listDept: TCore.IDeptResponse[];
|
|
74
80
|
listItem: IWzpzItemResponse[];
|
|
@@ -143,6 +149,12 @@ export class TWzpzK8kmResponse implements IWzpzK8kmResponse {
|
|
|
143
149
|
k8kmQmje: number = 0;
|
|
144
150
|
k0kmKmbm: string = "";
|
|
145
151
|
laidMain: number = 0;
|
|
152
|
+
inGender:number = 0;
|
|
153
|
+
k8kmKmdj:number = 0;
|
|
154
|
+
k8kmSccs:string = "";
|
|
155
|
+
listDict: TCore.IDictResponse[] = [];
|
|
156
|
+
|
|
157
|
+
|
|
146
158
|
children: IWzpzK8kmResponse[] = [];
|
|
147
159
|
listDept: TCore.IDeptResponse[] = [];
|
|
148
160
|
listItem: IWzpzItemResponse[] = [];
|