import httpService from "@/request"
// 工单
export function name(params) {
return httpService({
url: ` `,
method: 'get/post',
data: params,
})
}