Преглед на файлове

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 Params = { businessID: string };
 
 
   export type Response = {
   export type Response = {
-    reviewerName: string;
-    reviewerID: string;
+    delegateApprovalUnitName: string;
+    delegateApprovalUnit: string;
     gcName: string;
     gcName: string;
   };
   };
 }
 }