Explorar el Código

feat(types): 注释

qinlaiqiao hace 4 años
padre
commit
85d64263a7
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      types/src/interface/process.ts

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

@@ -34,9 +34,9 @@ export enum AccountConfigure {
   SKIP = 'skip',
   SKIP = 'skip',
   RETURN = 'return',
   RETURN = 'return',
   REVOKE = 'revoke',
   REVOKE = 'revoke',
-  ASSISTAUDIT = 'assistAudit',
-  ADDSIGN = 'addSign',
-  NEXTSECTOR = 'nextSector',
+  ASSISTAUDIT = 'assistAudit', // 协审
+  ADDSIGN = 'addSign', // 加签
+  NEXTSECTOR = 'nextSector', // 是否可添加环节
 }
 }
 
 
 export interface ICoreView {
 export interface ICoreView {