转场,转群,改耳号,改备注,改品种部分bug修复,字段顺序调整

This commit is contained in:
zyh
2026-02-03 14:43:15 +08:00
parent a748ca994e
commit 87782640a2
12 changed files with 1954 additions and 623 deletions

View File

@@ -57,4 +57,12 @@ export function searchEarNumbers(query) {
method: 'get',
params: { query }
})
}
// 获取繁殖状态列表
export function listBreedStatus() {
return request({
url: '/body_measure/body_measure/breedStatus',
method: 'get'
})
}