jiangping
2024-01-15 e345d58b72dbb40bae27b3c4f30daadcf2977896
1
2
3
4
5
6
7
8
import request from '../../utils/request'
 
// 查询
export function fetchList (data) {
  return request.post('/business/fileRecord/page', data, {
    trim: true
  })
}