|
|
@@ -167,7 +167,7 @@ export interface IProcedureProcess {
|
|
|
referenceID: string;
|
|
|
processCorrelationID: string;
|
|
|
name: string;
|
|
|
- sectorType: string;
|
|
|
+ sectorType: SectorType;
|
|
|
participantInfo?: IProcedureParticipantInfo;
|
|
|
conditionInfo?: IConditionInfoItem[];
|
|
|
}
|
|
|
@@ -180,7 +180,7 @@ export interface IProcedureItem {
|
|
|
executorID?: string;
|
|
|
members?: executorMember[];
|
|
|
approvalWay?: string;
|
|
|
- nextProcessSectorType?: string;
|
|
|
+ nextProcessSectorType?: SectorType;
|
|
|
}
|
|
|
|
|
|
export interface IApproval {
|