Explorar el Código

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

lishihao hace 3 años
padre
commit
46a32d1d0e
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      types/src/interface/api/approvaApi.ts

+ 10 - 0
types/src/interface/api/approvaApi.ts

@@ -155,3 +155,13 @@ export namespace GetAuditScoreRemarkList {
 
   export type Resonse = IAuditScoreRemark[];
 }
+
+export namespace GetGcnameAndReviewer {
+  export type Params = { businessID: string };
+
+  export type Response = {
+    delegateApprovalUnitName: string;
+    delegateApprovalUnit: string;
+    gcName: string;
+  };
+}