@ningboyz/types 1.7.24 → 1.7.26

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.24",
4
+ "version": "1.7.26",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -93,6 +93,8 @@ export interface IUserAcnoResponse extends IBaseResponse<IUserAcnoResponse> {
93
93
  * 发票类型
94
94
  */
95
95
  listAcno: IDictResponse[];
96
+ /**账户类型 */
97
+ listType: IDictResponse[];
96
98
  }
97
99
 
98
100
  export class TUserAcnoResponse extends TBaseResponse<IUserAcnoResponse> implements IUserAcnoResponse {
@@ -174,6 +176,7 @@ export class TUserAcnoResponse extends TBaseResponse<IUserAcnoResponse> implemen
174
176
  iDefault: number = 0;
175
177
  hideStat: number = 0;
176
178
  listAcno: IDictResponse[] = [];
179
+ listType: IDictResponse[] = [];
177
180
 
178
181
  constructor(response?: any) {
179
182
  super();