@ningboyz/types 1.6.118 → 1.6.120

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.118",
4
+ "version": "1.6.120",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -42,6 +42,7 @@ export interface IHznkFytqResponse {
42
42
  flowText: string;
43
43
  fytqDate: number;
44
44
  fytqStat: number;
45
+ aplMoney: number;
45
46
  /**项目名称 */
46
47
  baseName: string;
47
48
  /**单据编号*/
@@ -140,7 +141,7 @@ export class THznkFytqResponse implements IHznkFytqResponse {
140
141
  touchURL: string = "";
141
142
  unitText: string = "";
142
143
  sourceDW: string = "";
143
-
144
+ aplMoney: number = 0;
144
145
  lastDate: number = 0;
145
146
  lastTime: number = 0;
146
147
  flowMain: number = 0;