Merge branch 'main' of http://e19510c831.iok.la/admin/zhyc-sheep-ui
This commit is contained in:
@@ -42,3 +42,4 @@ export function delFreshMilkTest(id) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user