- fix promotion.VendorID

This commit is contained in:
gazebo
2018-10-30 10:24:45 +08:00
parent d5fa05da70
commit 9c44e96862

View File

@@ -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