ThingMap.SyncStatus小驼峰

This commit is contained in:
gazebo
2019-12-09 17:53:40 +08:00
parent 75a2833510
commit c07eb1142e

View File

@@ -15,7 +15,7 @@ type ThingMap struct {
VendorOrgCode string `orm:"size(32)" json:"vendorOrgCode"` // 同一平台下不同的商户代码,如果只有一个,可以为空
VendorThingID string `orm:"size(32);column(vendor_thing_id);index" json:"vendorThingID"`
SyncStatus int8 `orm:"default(2)"`
SyncStatus int8 `orm:"default(2)" json:"syncStatus"`
Remark string `orm:"size(255)" json:"remark"`
}