@ningboyz/types 1.6.139 → 1.6.140

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.6.139",
4
+ "version": "1.6.140",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -78,7 +78,7 @@ export interface IHznkFytqResponse {
78
78
  userGUID: string;
79
79
  totalVal: number;
80
80
  fromUserIndx: number;
81
- outMoney: number;
81
+ outReady: number;
82
82
  /**附件 */
83
83
  listPath: TCore.IPathResponse[];
84
84
  /**关联项目 */
@@ -153,7 +153,7 @@ export class THznkFytqResponse implements IHznkFytqResponse {
153
153
  userName: string = "";
154
154
  userGUID: string = "";
155
155
  totalVal: number = 0;
156
- outMoney: number = 0;
156
+ outReady: number = 0;
157
157
  listPath: TCore.IPathResponse[] = [];
158
158
  listFrom: THznk.IHznkFydwBillResponse[] = [];
159
159
  listSKDW: TCore.IUserAcnoResponse[] = [];