实现 RecordCull 和 RecordDeath

This commit is contained in:
2025-10-06 22:22:10 +08:00
parent 1290676fe4
commit 035da5293b
3 changed files with 149 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ const (
PigTransferTypeCrossBatch PigTransferType = "跨群调栏" // 不同猪群间的调动
PigTransferTypeSale PigTransferType = "销售" // 猪只售出
PigTransferTypeDeath PigTransferType = "死亡" // 猪只死亡
PigTransferTypeEliminate PigTransferType = "淘汰" // 猪只淘汰
PigTransferTypeCull PigTransferType = "淘汰" // 猪只淘汰
PigTransferTypePurchase PigTransferType = "新购入" // 新购入猪只
PigTransferTypeDeliveryRoomTransfor PigTransferType = "产房转入" // 产房转入
// 可以根据业务需求添加更多类型,例如:转出到其他农场等