马宇豪
2025-05-22 20e7bce4b0c485698ce0f6e59f9e074e455476a5
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,