6 lines
89 B
Go
6 lines
89 B
Go
package common_structure
|
|
|
|
type CouponCode struct {
|
|
ID uint `json:"id"` // 优惠券ID
|
|
}
|