Explorar o código

类型声明文件修改

刘洋 %!s(int64=2) %!d(string=hai) anos
pai
achega
af577fb1e4
Modificáronse 1 ficheiros con 1 adicións e 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>