Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
72127fecd7 | ||
![]() |
2841d52187 |
5
rabbitmq_coupon.go
Normal file
5
rabbitmq_coupon.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package common_structure
|
||||
|
||||
type CouponCode struct {
|
||||
ID uint `json:"id"` // 优惠券ID
|
||||
}
|
5
rabbitmq_red_packet.go
Normal file
5
rabbitmq_red_packet.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package common_structure
|
||||
|
||||
type GiveRedPacketTask struct {
|
||||
TaskID uint `json:"task_id"` // 任务ID
|
||||
}
|
Reference in New Issue
Block a user