This commit is contained in:
zyh
2025-07-29 22:01:28 +08:00
7 changed files with 2359 additions and 1263 deletions

View File

@@ -42,3 +42,14 @@ export function delPregnancy_Test(id) {
method: 'delete'
})
}
// 根据耳号查询羊只信息
export function getSheepByManageTags(manageTags) {
return request({
url: '/Pregnancy_Test/Pregnancy_Test/getSheepByManageTags',
method: 'get',
params: {
manageTags: manageTags
}
})
}