Mr.Shi
2023-09-05 16cd5600efc6f94ed617cb09e1a2dd579017ddef
1
2
3
4
5
6
7
8
import request from '../../utils/request'
 
// 查询
export function fetchList (data) {
  return request.post('/business/companyLog/findCompanyLogPage', data, {
    trim: true
  })
}