Browse Source

feat(types): 在SectorType添加加签类型APOSTILLE

LuoHaoxuan 3 năm trước cách đây
mục cha
commit
1a0acd6950
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

@@ -8,6 +8,7 @@ import { IProcessMatter, IStepMatter } from './matter';
 export enum SectorType {
   APPROVAL = 'approval', // 审批
   CONDITION = 'condition', // 条件
+  APOSTILLE = 'apostille', // 加签
 }
 
 export enum ProcessStatus {