6 lines
102 B
Go
6 lines
102 B
Go
package common_structure
|
|
|
|
type GiveRedPacketTask struct {
|
|
TaskID uint `json:"task_id"` // 任务ID
|
|
}
|