@ningboyz/types 1.6.119 → 1.6.121

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.119",
4
+ "version": "1.6.121",
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
  /**单据编号*/
@@ -76,6 +77,7 @@ export interface IHznkFytqResponse {
76
77
  userName: string;
77
78
  userGUID: string;
78
79
  totalVal: number;
80
+ fromUserIndx: number;
79
81
 
80
82
  /**附件 */
81
83
  listPath: TCore.IPathResponse[];
@@ -135,12 +137,12 @@ export class THznkFytqResponse implements IHznkFytqResponse {
135
137
  wContact: string = "";
136
138
  dContact: string = "";
137
139
  hznkIndx: number = 0;
138
-
140
+ fromUserIndx: number = 0;
139
141
  coverURL: string = "";
140
142
  touchURL: string = "";
141
143
  unitText: string = "";
142
144
  sourceDW: string = "";
143
-
145
+ aplMoney: number = 0;
144
146
  lastDate: number = 0;
145
147
  lastTime: number = 0;
146
148
  flowMain: number = 0;