|
@@ -140,14 +140,10 @@ export interface IConditionItem {
|
|
|
value: string;
|
|
value: string;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-export interface ICondition {
|
|
|
|
|
- condition: IConditionItem[];
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
// 3合1分支条件信息
|
|
// 3合1分支条件信息
|
|
|
export interface IConditionInfoItem {
|
|
export interface IConditionInfoItem {
|
|
|
ID: string;
|
|
ID: string;
|
|
|
- specificCondition: ICondition[];
|
|
|
|
|
|
|
+ condition: IConditionItem[];
|
|
|
// eslint-disable-next-line prettier/prettier, no-use-before-define
|
|
// eslint-disable-next-line prettier/prettier, no-use-before-define
|
|
|
process: IProcedureProcess[];
|
|
process: IProcedureProcess[];
|
|
|
}
|
|
}
|