Browse Source

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

lipk 2 years atrás
parent
commit
380163e09c
1 changed files with 4 additions and 4 deletions
  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;
     };
   };