@@ -46,6 +46,10 @@ export namespace GetALList {
createdID: string;
sendReviewTime: number;
approvalName: string;
+ reportMoney?: string;
+ conclusion?: string;
+ addition?: string;
+ reduction?: string;
}[];
total: number;
};
@@ -57,7 +61,7 @@ export namespace GetApprovalFee {
export type Response = {
- Id: string;
+ ID: string;
reportMoney: string;
conclusion: string;
addition: string;