common_structure/rabbitmq_red_packet.go
2025-05-09 11:51:09 +08:00

6 lines
102 B
Go

package common_structure
type GiveRedPacketTask struct {
TaskID uint `json:"task_id"` // 任务ID
}