|
|
|
@ -31,8 +31,8 @@ type Information struct {
|
|
|
|
|
Storehouse int `gorm:"column:storehouse" json:"storehouse"` //进口商品仓库
|
|
|
|
|
IsFerme int `gorm:"column:is_ferme" json:"isFerme"` //是否包税
|
|
|
|
|
Country uint `gorm:"column:country" json:"country"`
|
|
|
|
|
SalePublish uint `json:"column:sale_publish"`
|
|
|
|
|
IsSale bool `json:"column:is_sale"`
|
|
|
|
|
SalePublish uint `json:"sale_publish"`
|
|
|
|
|
IsSale bool `json:"is_sale"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// TableName sets the insert table name for this struct type
|
|
|
|
|