Explorar o código

feat(types): 委托审批单位

lipk %!s(int64=2) %!d(string=hai) anos
pai
achega
abe8ed9c91
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;
   };
   };
 }
 }