Explorar el Código

类型声明文件修改

刘洋 hace 2 años
padre
commit
af577fb1e4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/api/api-types/marking.d.ts

+ 1 - 0
src/api/api-types/marking.d.ts

@@ -110,6 +110,7 @@ export namespace Marking {
     personCount: number
     problemCount: number
     totalCount: number
+    personDayCount?: number
   }
 
   type GetMarkStatus = BaseDefine<null, MarkStatus>