This commit is contained in:
邹宗楠
2024-05-17 15:39:40 +08:00
parent 531a66c127
commit de6af8dfef
2 changed files with 37 additions and 24 deletions

View File

@@ -13,6 +13,7 @@ const (
ThingTypeSyncSuccess = 0 // 主商品创建成功
ThingTypeSyncFail = 2 // 主商品创建失败
ThingTypeSyncing = 3 // 主商品创建中
ThingTypeSyncingStop = 4 // 主商品创建失败,不在创建
)
type ThingMap struct {