马宇豪
2025-04-29 e65a116f1ff1d9d99a093f76a9b02a6d27bfb35e
src/views/analyse/identify/index.ts
@@ -1,5 +1,7 @@
declare interface IdentifyStateType {
   identifyData: Array<IdentifyType>
   allData: Array<IdentifyType>
   isAdmin: boolean
   user: null | number
   searchQuery: {
      pageIndex: number,