Browse Source

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

LuoHaoxuan 3 năm trước cách đây
mục cha
commit
65d6d8f4aa
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
   }[];
 }