@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
package/src/enums/editMode.ts
CHANGED
|
@@ -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
|
/** 业务科室.标识 */
|