Explorar o código

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

lipk %!s(int64=3) %!d(string=hai) anos
pai
achega
380163e09c
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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;
     };
     };
   };
   };