| 1 | import {Result} from '@/request/Result' |
| 2 | import {get, post, del, put, exportFile, exportExcel} from '@/request/index' |
| 3 | import {type Ref} from 'vue' |
| 4 | import type {PageList, pageRequest} from '@/api/type/common' |
nothing calls this directly
no test coverage detected