qinxianzhangyao
2023-12-09 10b03fefc1355bfaad0b79494d6564ce4ee4adf7
src/api/hosp/water.js
@@ -148,4 +148,12 @@
    method: 'delete',
    params: data
  })
}
// 获取汇总时间起始时间
export function getbigntime() {
  return request({
    url: '/hosp/summary/getLastTime',
    method: 'get',
  })
}