@@ -177,10 +177,15 @@ type ShopeeProduct struct {
|
||||
Source string // report=蝦皮报表完整行;syb=顺运宝同步补建的商品骨架
|
||||
PddGoodsURL string
|
||||
PddGoodsID string // 指向 PddProduct.GoodsID,为空表示还没填链接
|
||||
DeletedAt string
|
||||
DeletedByUserID string
|
||||
CreatedAt string
|
||||
UpdatedAt string
|
||||
}
|
||||
|
||||
// IsDeleted 判断蝦皮商品是否在回收状态。
|
||||
func (p ShopeeProduct) IsDeleted() bool { return p.DeletedAt != "" }
|
||||
|
||||
// ShopeeSKU 是蝦皮的一个规格(SKU 级)。
|
||||
//
|
||||
// SpecRaw 是报表里的规格原文,例如「黑色,M【建議40-50公斤】」,
|
||||
|
||||
Reference in New Issue
Block a user