@ningboyz/types 1.7.33 → 1.7.35

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.7.33",
4
+ "version": "1.7.35",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -96,7 +96,7 @@ export interface IUserResponse extends IBaseResponse<IUserResponse> {
96
96
  dbConfig: string;
97
97
  nodeName: string;
98
98
  nickName: string;
99
-
99
+ unitCode: string;
100
100
  fromUserStat: number;
101
101
  menuUUID: string;
102
102
  creditOf: number; // 信用等级
@@ -299,7 +299,7 @@ export class TUserResponse extends TBaseResponse<IUserResponse> implements IUser
299
299
  enrollID: string = "";
300
300
  userPswd: string = "";
301
301
  entityID: string = "";
302
-
302
+ unitCode: string = "";
303
303
  hashCode: number = 0;
304
304
  inGender: number = 0;
305
305
  isLocked: number = 0;