修改门店商品价格同步时分类不存在问题,添加门店自动打开日志
This commit is contained in:
@@ -8,10 +8,10 @@ import (
|
||||
|
||||
const (
|
||||
StoreStatusAll = -9
|
||||
StoreStatusDisabled = -2
|
||||
StoreStatusClosed = -1
|
||||
StoreStatusDisabled = -2 // 禁用
|
||||
StoreStatusClosed = -1 // 休息
|
||||
StoreStatusHaveRest = 0
|
||||
StoreStatusOpened = 1
|
||||
StoreStatusOpened = 1 // 营业
|
||||
|
||||
StoreIsSyncAll = -1
|
||||
StoreIsSyncNo = 0
|
||||
|
||||
Reference in New Issue
Block a user