소스 검색

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

lipk 2 년 전
부모
커밋
380163e09c
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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[];
     status?: string[];
 
 
     sendReviewTime?: {
     sendReviewTime?: {
-      start: string;
-      end: string;
+      start: number;
+      end: number;
     };
     };
 
 
     completionTime?: {
     completionTime?: {
-      start: string;
-      end: string;
+      start: number;
+      end: number;
     };
     };
   };
   };