@ningboyz/types 1.7.30 → 1.7.32

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.30",
4
+ "version": "1.7.32",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -181,6 +181,7 @@ export interface IUserResponse extends IBaseResponse<IUserResponse> {
181
181
  supplyByText: string;
182
182
  workStatText: string;
183
183
  acnoTypeText: string;
184
+ acnoYhzh: string;
184
185
  gnkmCode: string;
185
186
  gnkmName: string;
186
187
  /**退休日期 */
@@ -280,6 +281,7 @@ export class TUserResponse extends TBaseResponse<IUserResponse> implements IUser
280
281
  dataHide: number = 0;
281
282
  gnkmCode: string = "";
282
283
  gnkmName: string = "";
284
+ acnoYhzh: string = "";
283
285
  dataLevl: number = 0;
284
286
  dataOrdr: number = 0;
285
287
  dataStat: number = 0;