Sfoglia il codice sorgente

feat(types): 增加审批意见

zhangweicheng 4 anni fa
parent
commit
a97d61b88c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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; // 审批意见
 }
 
 // 参与者信息