Selaa lähdekoodia

feat(client): 在IExecutor的members字段中添加approvalComment字段

LuoHaoxuan 3 vuotta sitten
vanhempi
commit
65d6d8f4aa
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      types/src/interface/process.ts

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

@@ -129,6 +129,7 @@ export interface IExecutor {
     ID: string;
     approvalStatus: string;
     approvalTime: number;
+    approvalComment: string;
   }[];
 }