소스 검색

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

LuoHaoxuan 3 년 전
부모
커밋
65d6d8f4aa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
   }[];
 }