This commit is contained in:
苏尹岚
2021-01-11 15:07:54 +08:00
parent ccd8ed553f
commit 1050f5501f
2 changed files with 22 additions and 3 deletions

View File

@@ -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 {