Browse Source

feat(types): 在SimpleProcessStatus添加APOSTILLE

LuoHaoxuan 3 năm trước cách đây
mục cha
commit
9eead1aed1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      types/src/interface/process.ts

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

@@ -406,7 +406,7 @@ export enum SimpleProcessStatus {
   APPROVED = 'approved', // 审批通过
   FAILED = 'failed', // 失败
   REPORTED = 'reported', // 上报
-  // APOSTILLE = 'apostille', // 加签
+  APOSTILLE = 'apostille', // 加签
 }
 
 // 审批待办类型