- fix printer_vendor_i_d to printer_vendor_id
This commit is contained in:
@@ -131,7 +131,7 @@ type Store struct {
|
||||
Status int `json:"status"`
|
||||
ChangePriceType int8 `json:"changePriceType"` // 修改价格类型,即是否需要审核
|
||||
|
||||
PrinterVendorID int `column(printer_vendor_id);json:"printerVendorID"`
|
||||
PrinterVendorID int `orm:"column(printer_vendor_id);" json:"printerVendorID"`
|
||||
PrinterSN string `orm:"size(32);column(printer_sn);index" json:"printerSN"`
|
||||
PrinterKey string `orm:"size(32)" json:"printerKey"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user