Browse Source

feat(types): 在IApostilleInfo添加afterApostille

LuoHaoxuan 3 năm trước cách đây
mục cha
commit
e93f7d0947
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {
 export interface IApostilleInfo {
   parentProcessID: string;
   parentProcessID: string;
   nextProcessID?: string;
   nextProcessID?: string;
+  afterApostille?: string;
 }
 }
 
 
 // 3合1步骤中的一个环节
 // 3合1步骤中的一个环节