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