@ningboyz/types 1.6.160 → 1.6.161
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
|
@@ -206,6 +206,7 @@ export interface IUserResponse extends IBaseResponse<IUserResponse> {
|
|
|
206
206
|
/** 权限地点 */
|
|
207
207
|
listGet4Laid: IUserPartResponse[];
|
|
208
208
|
listGet4Gzjg: IUserPartResponse[];
|
|
209
|
+
listGet4Dict: IUserPartResponse[];
|
|
209
210
|
}
|
|
210
211
|
|
|
211
212
|
export class TUserResponse extends TBaseResponse<IUserResponse> implements IUserResponse {
|
|
@@ -383,6 +384,7 @@ export class TUserResponse extends TBaseResponse<IUserResponse> implements IUser
|
|
|
383
384
|
listGet4User: IUserPartResponse[] = [];
|
|
384
385
|
listGet4Laid: IUserPartResponse[] = [];
|
|
385
386
|
listGet4Gzjg: IUserPartResponse[] = [];
|
|
387
|
+
listGet4Dict: IUserPartResponse[] = [];
|
|
386
388
|
|
|
387
389
|
constructor(response?: any) {
|
|
388
390
|
super();
|