This commit is contained in:
suyl
2021-08-13 14:49:00 +08:00
parent 49b9213c52
commit c0d0669e21
3 changed files with 59 additions and 2 deletions

View File

@@ -267,6 +267,7 @@ type ActMtwmVendor struct {
VendorStoreID string `orm:"column(vendor_store_id)" json:"vendorStoreID"`
BeginAt time.Time `json:"beginAt"` //活动时间
EndAt time.Time `json:"endAt"`
ActType int `json:"actType"` //活动类型 (折扣,秒杀)
SkuName string `json:"skuName"` //商品名
OriginPrice float64 `json:"originPrice"`
ActPrice float64 `json:"actPrice"`