Explorar o código

feat(types): 增加审批意见

zhangweicheng %!s(int64=4) %!d(string=hai) anos
pai
achega
a97d61b88c
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

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