Просмотр исходного кода

feat(types): 在IApostilleInfo添加afterApostille

LuoHaoxuan 3 лет назад
Родитель
Сommit
e93f7d0947
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      types/src/interface/process.ts

+ 1 - 0
types/src/interface/process.ts

@@ -264,6 +264,7 @@ export interface IConditionInfoItem<T = IProcedureProcess> {
 export interface IApostilleInfo {
   parentProcessID: string;
   nextProcessID?: string;
+  afterApostille?: string;
 }
 
 // 3合1步骤中的一个环节