@ningboyz/types 1.6.160 → 1.6.162

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.6.160",
4
+ "version": "1.6.162",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -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();