@@ -50,3 +50,17 @@ export namespace GetALList {
total: number;
};
}
+
+export namespace GetApprovalFee {
+ export type Query = {
+ businessIDList: string[];
+ };
+ export type Response = {
+ Id: string;
+ reportMoney: string;
+ conclusion: string;
+ addition: string;
+ reduction: string;
+ }[];
+}