s
王震
2023-11-09 c35cf0496ae113c805ca7d0b635043ea68fc7793
1
2
3
4
5
6
7
8
import request from '@/router/axios'
 
export function getHandymanTypeList() {
  return request({
    url: '/mes/handymanType/list',
    method: 'get'
  })
}