浏览代码

feat(types): process

qinlaiqiao 4 年之前
父节点
当前提交
e5cb713030
共有 1 个文件被更改,包括 1 次插入0 次删除
  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; // 审批意见
 }