- fix promotion.VendorID
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
|||||||
type Promotion struct {
|
type Promotion struct {
|
||||||
ModelIDCULD
|
ModelIDCULD
|
||||||
|
|
||||||
VendorID int
|
VendorID int `orm:"column(vendor_id);default(0)"`
|
||||||
Name string `orm:"size(64)" json:"name"`
|
Name string `orm:"size(64)" json:"name"`
|
||||||
Type int
|
Type int
|
||||||
Status int
|
Status int
|
||||||
|
|||||||
Reference in New Issue
Block a user