소스 검색

feat(types): 增加审批意见

zhangweicheng 4 년 전
부모
커밋
a97d61b88c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      types/src/interface/process.ts

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

@@ -35,6 +35,7 @@ export interface IProcessAccount {
   name: string;
   institutionID?: string; // 可能不会用到
   configure: AccountConfigure[];
+  remark?: string; // 审批意见
 }
 
 // 参与者信息