import httputils from '@/api/httputils' export function queryHours({postParams}) { return httputils.postJson(`/duoduo-service/transfer/chiller/business/hours/query?projectId=Pj1101010001`, postParams) } export function updateHours({postParams}) { return httputils.postJson(`/duoduo-service/transfer/chiller/business/hours/update?projectId=Pj1101010001`, postParams) }