Explorar el Código

feat(types): 增加审批意见

zhangweicheng hace 4 años
padre
commit
a97d61b88c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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; // 审批意见
 }
 
 // 参与者信息