@ningboyz/types 1.6.35 → 1.6.36

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.35",
4
+ "version": "1.6.36",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -215,6 +215,10 @@ export interface IZbzdMainResponse {
215
215
  * 流程节点判断
216
216
  */
217
217
  flowVal1: number;
218
+ /**
219
+ * 流程节点判断
220
+ */
221
+ flowVal2: number;
218
222
  /**
219
223
  * 关联单据
220
224
  */
@@ -355,6 +359,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
355
359
  deptFrom: number = 0;
356
360
  deptFromText: string = "";
357
361
  flowVal1: number = -1;
362
+ flowVal2: number = -1;
358
363
  billFrom: number = 0;
359
364
  sourceDw: string = "";
360
365
  zjxzText: string = "";