@ningboyz/types 1.3.168 → 1.3.169

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.3.168",
4
+ "version": "1.3.169",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -69,6 +69,7 @@ export interface IUserAcnoResponse extends IBaseResponse<IUserAcnoResponse> {
69
69
 
70
70
  billIndx: number;
71
71
  acnoHnhw: number;
72
+ iDefault: number;
72
73
 
73
74
  /**
74
75
  * 采购跟踪所需内容
@@ -170,6 +171,7 @@ export class TUserAcnoResponse extends TBaseResponse<IUserAcnoResponse> implemen
170
171
  wbField2: string = ""; // 开票地址
171
172
  wbField3: string = ""; // 开票电话
172
173
  acnoYhmc: string = "";
174
+ iDefault: number = 0;
173
175
 
174
176
  listAcno: IDictResponse[] = [];
175
177