1
This commit is contained in:
@@ -18,6 +18,18 @@ const (
|
||||
RequestTypeFocusSkuName = 2
|
||||
)
|
||||
|
||||
const (
|
||||
WeightCosntMenuG = "1" // "g"
|
||||
WeightCosntMenuKG = "2" // "kg"
|
||||
WeightCosntMenuL = "4" // "l"
|
||||
WeightCosntMenuML = "3" // "ml"
|
||||
|
||||
WeightCosntStringG = "g"
|
||||
WeightCosntStringKG = "kg"
|
||||
WeightCosntStringL = "l"
|
||||
WeightCosntStringML = "ml"
|
||||
)
|
||||
|
||||
const (
|
||||
RequestStatusNew = 0
|
||||
RequestStatusRejected = -1
|
||||
@@ -99,11 +111,11 @@ type StoreSkuBind struct {
|
||||
Status int
|
||||
|
||||
// ElmID int64 `orm:"column(elm_id);index"`
|
||||
MtwmID int64 `orm:"column(mtwm_id);index"`
|
||||
EbaiID int64 `orm:"column(ebai_id);index"`
|
||||
YbID int64 `orm:"column(yb_id);index"`
|
||||
JdsID int64 `orm:"column(jds_id);index"`
|
||||
JdsWareID int64 `orm:"column(jds_ware_id)"`
|
||||
MtwmID int64 `orm:"column(mtwm_id);index"`
|
||||
EbaiID int64 `orm:"column(ebai_id);index"`
|
||||
YbID int64 `orm:"column(yb_id);index"`
|
||||
JdsID int64 `orm:"column(jds_id);index"`
|
||||
JdsWareID int64 `orm:"column(jds_ware_id)"`
|
||||
//GmID string `orm:"column(gm_id)"`
|
||||
// WscID int64 `orm:"column(wsc_id);index"` // 表示微盟skuId
|
||||
// WscID2 int64 `orm:"column(wsc_id2);index"` // 表示微盟goodsId
|
||||
|
||||
Reference in New Issue
Block a user