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