fix: 健康管理系统,新增吃奶量统计功能。

This commit is contained in:
tianyongbao
2025-02-05 16:54:14 +08:00
parent ad8298d994
commit f72cfba5a9
2 changed files with 600 additions and 0 deletions

View File

@@ -39,3 +39,11 @@ export function getDoctorAnalysis(query) {
params: query
})
}
export function getMilkPowderAnalysis(query) {
return request({
url: '/health/analysis/milkPowderAnalysis',
method: 'get',
params: query
})
}