This commit is contained in:
2025-07-21 19:28:34 +08:00
4 changed files with 493 additions and 274 deletions

View File

@@ -42,3 +42,4 @@ export function delFreshMilkTest(id) {
method: 'delete'
})
}

View File

@@ -52,3 +52,12 @@ export function delSheep_grouping(id) {
method: 'delete'
})
}
// 根据耳号批量新增分组映射
export function addByEarTags(data) {
return request({
url: '/sheep_grouping/sheep_grouping/addByEarTags',
method: 'post',
data
})
}