This commit is contained in:
gazebo
2018-09-17 17:51:36 +08:00
parent 764bc0b7b3
commit 8f11160fa5
2 changed files with 4 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ type tJdStoreInfo struct {
JdCityCode int
JdDistrictCode int
JdStoreStatus int
VendorStoreID string `orm:"vendor_store_id"`
VendorStoreID string `orm:"column(vendor_store_id)"`
RealLastOperator string
}