فهرست منبع

feat(types): 业务列表添加金额

lipk 2 سال پیش
والد
کامیت
f4f1871f74
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      types/src/interface/api/businessApi.ts

+ 5 - 1
types/src/interface/api/businessApi.ts

@@ -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;