瀏覽代碼

feat(types): 委托审批单位

lipk 3 年之前
父節點
當前提交
abe8ed9c91
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      types/src/interface/api/approvaApi.ts

+ 2 - 2
types/src/interface/api/approvaApi.ts

@@ -160,8 +160,8 @@ export namespace GetGcnameAndReviewer {
   export type Params = { businessID: string };
 
   export type Response = {
-    reviewerName: string;
-    reviewerID: string;
+    delegateApprovalUnitName: string;
+    delegateApprovalUnit: string;
     gcName: string;
   };
 }