Explorar o código

feat(types): process

qinlaiqiao %!s(int64=4) %!d(string=hai) anos
pai
achega
e5cb713030
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/src/interface/process.ts

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

@@ -42,6 +42,7 @@ export interface IProcessAccount {
   ID: string;
   name: string;
   institutionID?: string; // 可能不会用到
+  status: ProcessStatus; // 审批状态
   configure: AccountConfigure[];
   remark?: string; // 审批意见
 }