Kaynağa Gözat

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

LuoHaoxuan 3 yıl önce
ebeveyn
işleme
1a0acd6950
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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 {