aa
This commit is contained in:
@@ -466,8 +466,8 @@ func (v *UserCoupons) TableIndex() [][]string {
|
||||
type StoreCoupons struct {
|
||||
ModelIDCULD
|
||||
|
||||
CouponID int `orm:"column(coupon_id)" json:"couponID"` //优惠券ID
|
||||
StoreID string `orm:"column(store_id)" json:"storeID"` //storeID
|
||||
CouponID int `orm:"column(coupon_id)" json:"couponID"` //优惠券ID
|
||||
StoreID int `orm:"column(store_id)" json:"storeID"` //storeID
|
||||
}
|
||||
|
||||
func (v *StoreCoupons) TableIndex() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user