Selaa lähdekoodia

feat(types): 在IApostilleInfo添加afterApostille

LuoHaoxuan 3 vuotta sitten
vanhempi
commit
e93f7d0947
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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步骤中的一个环节