- 门店商品自动可售,未启用

This commit is contained in:
gazebo
2019-07-29 18:47:11 +08:00
parent d8852a569b
commit 5b10960232
5 changed files with 79 additions and 6 deletions

View File

@@ -103,6 +103,8 @@ type StoreSkuBind struct {
EbaiSyncStatus int8 `orm:"default(2)"`
MtwmSyncStatus int8 `orm:"default(2)"`
WscSyncStatus int8 `orm:"default(2)"`
// AutoSaleAt time.Time `orm:"type(datetime);null" json:"autoSaleAt"`
}
func (*StoreSkuBind) TableUnique() [][]string {