@ningboyz/types 1.7.171 → 1.7.172

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.171",
4
+ "version": "1.7.172",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -71,6 +71,7 @@ export interface IUserAcnoResponse extends IBaseResponse<IUserAcnoResponse> {
71
71
  acnoHnhw: number;
72
72
  iDefault: number;
73
73
  acnoBank: number;
74
+ acnoBankText: string;
74
75
  /**
75
76
  * 采购跟踪所需内容
76
77
  */
@@ -176,6 +177,7 @@ export class TUserAcnoResponse extends TBaseResponse<IUserAcnoResponse> implemen
176
177
  iDefault: number = 0;
177
178
  hideStat: number = 0;
178
179
  acnoBank: number = 0;
180
+ acnoBankText: string = "";
179
181
  listAcno: IDictResponse[] = [];
180
182
  listType: IDictResponse[] = [];
181
183