Explorar el Código

feat(types): 委托审批单位

lipk hace 3 años
padre
commit
abe8ed9c91
Se han modificado 1 ficheros con 2 adiciones y 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;
   };
   };
 }
 }