@ningboyz/types 1.0.78 → 1.0.80
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
|
@@ -135,6 +135,7 @@ export interface IUserResponse extends IBaseResponse<IUserResponse[]> {
|
|
|
135
135
|
listWlzfEnvr: any[];
|
|
136
136
|
listUserAcno: IUserAcnoResponse[];
|
|
137
137
|
listGet4User: IUserPartResponse[];
|
|
138
|
+
listGet4Laid: IUserPartResponse[];
|
|
138
139
|
}
|
|
139
140
|
|
|
140
141
|
export class TUserResponse extends TBaseResponse<IUserResponse[]> implements IUserResponse {
|
|
@@ -268,6 +269,7 @@ export class TUserResponse extends TBaseResponse<IUserResponse[]> implements IUs
|
|
|
268
269
|
listWlzfEnvr: any[] = [];
|
|
269
270
|
listUserAcno: IUserAcnoResponse[] = [];
|
|
270
271
|
listGet4User: IUserPartResponse[] = [];
|
|
272
|
+
listGet4Laid: IUserPartResponse[] = [];
|
|
271
273
|
|
|
272
274
|
constructor(response?: any) {
|
|
273
275
|
super();
|