fix
This commit is contained in:
@@ -36,6 +36,7 @@ type FsProduct struct {
|
||||
RecommendProductSort *string `gorm:"default:'';" json:"recommend_product_sort"` //
|
||||
SceneIds *string `gorm:"default:'';" json:"scene_ids"` //
|
||||
IsCustomization *int64 `gorm:"default:0;" json:"is_customization"` // 是否可定制
|
||||
WebsiteUnit *string `gorm:"default:'';" json:"website_unit"` //
|
||||
Unit *string `gorm:"default:'';" json:"unit"` //
|
||||
SupplyChainManager *int64 `gorm:"default:0;" json:"supply_chain_manager"` // 供应链负责人
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user