瀏覽代碼

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;
   }[];
 }