1
lkk
6 天以前 42e7bee237fc87c2f8f4e20116cdc47da4842b44
src/api/hosp/water.js
@@ -148,4 +148,12 @@
    method: 'delete',
    params: data
  })
}
// 获取汇总时间起始时间
export function getbigntime() {
  return request({
    url: '/hosp/summary/getLastTime',
    method: 'get',
  })
}