@ningboyz/types 1.2.180 → 1.2.181

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.2.180",
4
+ "version": "1.2.181",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -49,6 +49,7 @@ export interface IUserLiteResponse {
49
49
  acnoYhzh: string; //#银行账号
50
50
  acnoKhyh: string; //#开户银行
51
51
  acnoTypeText: string;
52
+ aplMoney: number;
52
53
 
53
54
  userIdcd: string;
54
55
 
@@ -120,6 +121,7 @@ export class TUserLiteResponse implements IUserLiteResponse {
120
121
  acnoYhzh: string = ""; //#银行账号
121
122
  acnoKhyh: string = ""; //#开户银行
122
123
  acnoTypeText: string = "";
124
+ aplMoney: number = 0;
123
125
 
124
126
  userIdcd: string = "";
125
127
 
@@ -72,6 +72,7 @@ export interface IHznkFytqResponse {
72
72
  /**关联项目 */
73
73
  listFrom: THznk.IHznkFydwBillResponse[];
74
74
  listSKDW: TCore.IUserAcnoResponse[];
75
+ listSKYH: TCore.IUserLiteResponse[];
75
76
  listBill: THznk.IHznkFytqBillResponse[];
76
77
  }
77
78
 
@@ -139,6 +140,7 @@ export class THznkFytqResponse implements IHznkFytqResponse {
139
140
  listPath: TCore.IPathResponse[] = [];
140
141
  listFrom: THznk.IHznkFydwBillResponse[] = [];
141
142
  listSKDW: TCore.IUserAcnoResponse[] = [];
143
+ listSKYH: TCore.IUserLiteResponse[] = [];
142
144
  listBill: THznk.IHznkFytqBillResponse[] = [];
143
145
  constructor(data: Partial<IHznkFytqResponse> = {}) {
144
146
  if (data) {