@ningboyz/types 1.4.95 → 1.4.97
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
|
@@ -79,6 +79,8 @@ export interface INotiMainResponse {
|
|
|
79
79
|
flowVal1: number;
|
|
80
80
|
/** 流程节点判断 */
|
|
81
81
|
flowVal2: number;
|
|
82
|
+
/** 流程节点判断 */
|
|
83
|
+
flowVal3: number;
|
|
82
84
|
/** 科室类型:0:主办科室;1:协办科室 */
|
|
83
85
|
deptType: number;
|
|
84
86
|
/** 业务科室.标识 */
|
|
@@ -319,6 +321,8 @@ export class TNotiMainResponse implements INotiMainResponse {
|
|
|
319
321
|
flowVal1: number = -1;
|
|
320
322
|
/** 流程节点判断 */
|
|
321
323
|
flowVal2: number = -1;
|
|
324
|
+
/** 流程节点判断 */
|
|
325
|
+
flowVal3: number = -1;
|
|
322
326
|
/** 科室类型:0:主办科室;1:协办科室 */
|
|
323
327
|
deptType: number = -1;
|
|
324
328
|
/** 业务科室.标识 */
|