优化PigBatchStatus

This commit is contained in:
2025-11-20 21:00:58 +08:00
parent d185f334ac
commit c4ab53db12

View File

@@ -12,9 +12,7 @@ import (
type PigBatchStatus string type PigBatchStatus string
const ( const (
BatchStatusWeaning PigBatchStatus = "保育" // 从断奶到保育结束 BatchStatusActive PigBatchStatus = "生产中" // 饲养中
BatchStatusGrowing PigBatchStatus = "生长" // 生长育肥阶段
BatchStatusFinishing PigBatchStatus = "育肥" // 最后的育肥阶段
BatchStatusForSale PigBatchStatus = "待售" // 达到出栏标准 BatchStatusForSale PigBatchStatus = "待售" // 达到出栏标准
BatchStatusSold PigBatchStatus = "已出售" BatchStatusSold PigBatchStatus = "已出售"
BatchStatusArchived PigBatchStatus = "已归档" // 批次结束(如全群淘汰等) BatchStatusArchived PigBatchStatus = "已归档" // 批次结束(如全群淘汰等)