- write important error msg to db.
This commit is contained in:
8
business/legacymodel/tmplog.go
Normal file
8
business/legacymodel/tmplog.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package legacymodel
|
||||
|
||||
type TempLog struct {
|
||||
ID int64 `orm:"column(id)"`
|
||||
VendorOrderID string `orm:"column(vendor_order_id);size(48);index"`
|
||||
RefVendorOrderID string `orm:"column(ref_vendor_order_id);size(48);index"`
|
||||
Msg string `orm:"type(text)"`
|
||||
}
|
||||
Reference in New Issue
Block a user