瀏覽代碼

feat(types): 在IProcedureItem添加apostilleProcess可选字段

LuoHaoxuan 3 年之前
父節點
當前提交
3d7c0dc288
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      types/src/interface/process.ts

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

@@ -314,6 +314,7 @@ export interface IProcedureItem {
   configure?: IParticipantConfig[];
   sectorType?: 'apostille' | 'condition' | 'approval';
   apostilleInfo?: IApostilleInfo;
+  apostilleProcess?: IProcedureItem;
 }
 
 export interface IApproval {