- record addFee in temp_log.

This commit is contained in:
gazebo
2018-08-02 09:55:50 +08:00
parent 0d759218c1
commit b6b41a703b
2 changed files with 9 additions and 0 deletions

View File

@@ -4,5 +4,6 @@ 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"`
IntValue1 int64
Msg string `orm:"type(text)"`
}