package common_structure type CouponCode struct { ID uint `json:"id"` // 优惠券ID }