feat: 按允许店铺筛选顺运宝同步 (#196)
This commit is contained in:
@@ -248,6 +248,9 @@ type SybSyncRun struct {
|
||||
DateTo string
|
||||
Status SybSyncRunStatus
|
||||
StockCount int
|
||||
AcceptedCount int
|
||||
ShopSkipped int
|
||||
ShopFilterHash string
|
||||
DetailCount int
|
||||
Created int
|
||||
Updated int
|
||||
@@ -258,6 +261,17 @@ type SybSyncRun struct {
|
||||
FinishedAt string
|
||||
}
|
||||
|
||||
// SybAllowedShop 是顺运宝同步的全局店铺准入项。
|
||||
type SybAllowedShop struct {
|
||||
ShopID string
|
||||
ShopName string
|
||||
NormalizedName string
|
||||
Enabled bool
|
||||
CreatedByUserID string
|
||||
CreatedAt string
|
||||
UpdatedAt string
|
||||
}
|
||||
|
||||
// SpecMapping 是「这个蝦皮商品的顺运宝规格 = 拼多多的那个规格」。
|
||||
//
|
||||
// # 为什么主键要带上 PddGoodsID
|
||||
|
||||
Reference in New Issue
Block a user