- 门店同步状态区分名称与配送相关的部分,分开同步

This commit is contained in:
gazebo
2019-03-29 11:37:15 +08:00
parent 7f6caceb99
commit e17afbd4b9
6 changed files with 64 additions and 38 deletions

View File

@@ -72,6 +72,9 @@ const (
SyncFlagSaleMask = 8
SyncFlagPriceMask = 16
SyncFlagSpecMask = 32
SyncFlagStoreName = 8
SyncFlagStoreAddress = 16
)
// const (