@ningboyz/types 1.5.93 → 1.5.95

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.5.93",
4
+ "version": "1.5.95",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -18,5 +18,8 @@ export enum TEditMode {
18
18
  emReview, // 复核
19
19
  emAccept, // 验收
20
20
  emWriteReport, // 填报
21
- emAppend // 追加
21
+ emAppend , // 追加
22
+ // 变动模式
23
+ emChange, // 变动
24
+
22
25
  }
@@ -81,6 +81,10 @@ export interface INotiMainResponse {
81
81
  flowVal2: number;
82
82
  /** 流程节点判断 */
83
83
  flowVal3: number;
84
+ /** 流程节点判断 */
85
+ flowVal4: number;
86
+ /** 流程节点判断 */
87
+ flowVal5: number;
84
88
  /** 科室类型:0:主办科室;1:协办科室 */
85
89
  deptType: number;
86
90
  /** 业务科室.标识 */
@@ -327,6 +331,10 @@ export class TNotiMainResponse implements INotiMainResponse {
327
331
  flowVal2: number = -1;
328
332
  /** 流程节点判断 */
329
333
  flowVal3: number = -1;
334
+ /** 流程节点判断 */
335
+ flowVal4: number = -1;
336
+ /** 流程节点判断 */
337
+ flowVal5: number = -1;
330
338
  /** 科室类型:0:主办科室;1:协办科室 */
331
339
  deptType: number = -1;
332
340
  /** 业务科室.标识 */