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