Przeglądaj źródła

feat(types): 更多查询接口入参修改

lipk 2 lat temu
rodzic
commit
380163e09c
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      types/src/interface/api/businessApi.ts

+ 4 - 4
types/src/interface/api/businessApi.ts

@@ -26,13 +26,13 @@ export namespace GetALList {
     status?: string[];
 
     sendReviewTime?: {
-      start: string;
-      end: string;
+      start: number;
+      end: number;
     };
 
     completionTime?: {
-      start: string;
-      end: string;
+      start: number;
+      end: number;
     };
   };