This commit is contained in:
suyl
2021-08-14 11:29:39 +08:00
parent 9d85e74fb0
commit 691e65f369
5 changed files with 125 additions and 0 deletions

View File

@@ -279,6 +279,7 @@ type ActMtwmVendor struct {
Period string `json:"period"` //生效时段
WeeksTime string `json:"weeksTime"` //生效活动周期
SettingType int `json:"settingType"` //活动开展类型参考值0-按折扣系数开展活动1-按折扣价格开展活动。
StoreName string `orm:"-" json:"storeName"`
}
func (*ActMtwmVendor) TableIndex() [][]string {