1
This commit is contained in:
@@ -11,7 +11,7 @@ type ActivityStation struct {
|
||||
Activity int64 `orm:"column(activity);size(16)" json:"activity"` // 总的活动数量
|
||||
StoreSkuNum int64 `orm:"column(store_sku_num);size(48)" json:"store_sku_num"` // 门店商品数量
|
||||
StoreRating float64 `orm:"column(store_rating);size(16)" json:"store_rating"` // 评分
|
||||
DeliveryFee string `orm:"column(delivery_fee);size(4)" json:"delivery_fee"` // 超过1.5km起送价不大于20
|
||||
DeliveryFee string `orm:"column(delivery_fee);size(512)" json:"delivery_fee"` // 超过1.5km起送价不大于20
|
||||
DeliveryFee2 string `orm:"column(delivery_fee2);size(4)" json:"delivery_fee2"` // 超过1.5km配送费不大于0
|
||||
PromotionFee string `orm:"column(promotion_fee);size(4)" json:"promotion_fee"` // 推广费超过三十五元
|
||||
BusinessHours string `orm:"column(business_hours);size(4)" json:"business_hours"` // 营业时间超过11小时
|
||||
|
||||
Reference in New Issue
Block a user