Procházet zdrojové kódy

feat(types): 委托审批单位

lipk před 2 roky
rodič
revize
abe8ed9c91
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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;
   };
 }