Explorar o código

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

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
65d6d8f4aa
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

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