go-common/app/job/main/activity/model/kfc/kfc.go
2019-04-22 18:49:16 +08:00

8 lines
118 B
Go

package kfc
// CouponMsg .
type CouponMsg struct {
CouponID int64 `json:"coupon_id"`
UID int64 `json:"uid"`
}