@ningboyz/types 1.5.117 → 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
|
@@ -101,6 +101,7 @@ export interface IUserResponse extends IBaseResponse<IUserResponse> {
|
|
|
101
101
|
usciCode: string;
|
|
102
102
|
|
|
103
103
|
thirdApp: string;
|
|
104
|
+
acnoText: string;
|
|
104
105
|
|
|
105
106
|
get4deptText: string;
|
|
106
107
|
get4unitText: string;
|
|
@@ -281,6 +282,7 @@ export class TUserResponse extends TBaseResponse<IUserResponse> implements IUser
|
|
|
281
282
|
usciCode: string = ""; // 征信代码
|
|
282
283
|
|
|
283
284
|
thirdApp: string = "";
|
|
285
|
+
acnoText: string = "";
|
|
284
286
|
|
|
285
287
|
usrPartnText: string = "";
|
|
286
288
|
userTypeText: string = "";
|
|
@@ -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
|
}
|
|
@@ -260,6 +260,7 @@ export interface IYzhtMainResponse {
|
|
|
260
260
|
yzhtClfsText: string;
|
|
261
261
|
/** 出租时长 */
|
|
262
262
|
duraTion: number;
|
|
263
|
+
duration: number;
|
|
263
264
|
/** 出租时长类型 */
|
|
264
265
|
shchMode: number;
|
|
265
266
|
/** 装修时长类型 */
|
|
@@ -641,6 +642,7 @@ export class TYzhtMainResponse implements IYzhtMainResponse {
|
|
|
641
642
|
yzhtClfsText: string = "";
|
|
642
643
|
/** 出租时长 */
|
|
643
644
|
duraTion: number = 0;
|
|
645
|
+
duration: number = 0;
|
|
644
646
|
/** 出租时长类型 */
|
|
645
647
|
shchMode: number = 0;
|
|
646
648
|
/** 装修时长类型 */
|