@ningboyz/types 1.4.147 → 1.4.149

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.4.147",
4
+ "version": "1.4.149",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -1,10 +1,10 @@
1
1
  import _ from "lodash";
2
+ import { TStim } from "..";
2
3
  import * as Const from "../const";
3
4
  import { IDeptResponse, IPathResponse, IUnitResponse, IUserLiteResponse } from "../core";
4
5
  import { TFlowDataResponse } from "../flow/IFlowDataResponse";
5
6
  import { IGamsItemResponse } from "../gams";
6
7
  import { IZbzbZbflResponse } from "./index";
7
- import { TStim } from "..";
8
8
 
9
9
  export interface IZbzdMainResponse {
10
10
  whoBuild: number;
@@ -209,6 +209,10 @@ export interface IZbzdMainResponse {
209
209
  * 业务科室.名称
210
210
  */
211
211
  deptFromText: string;
212
+ /**
213
+ * 流程节点判断
214
+ */
215
+ flowVal1: number;
212
216
  /**
213
217
  * 资金性质.名称
214
218
  */
@@ -343,6 +347,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
343
347
  unitFromText: string = "";
344
348
  deptFrom: number = 0;
345
349
  deptFromText: string = "";
350
+ flowVal1: number = -1;
346
351
  sourceDw: string = "";
347
352
  zjxzText: string = "";
348
353