This commit is contained in:
苏尹岚
2020-10-14 09:31:29 +08:00
parent 1133684e3b
commit 49ad561d54
3 changed files with 5 additions and 14 deletions

View File

@@ -20,8 +20,8 @@ type Job struct {
TotalPrice int `json:"totalPrice"` //任务总金额
Status int `json:"status"` //任务状态
Address string `orm:"size(500)" json:"address"` //任务地址
Lng int `json:"lng"` // 乘了10的6次方
Lat int `json:"lat"` // 乘了10的6次方
Lng int `json:"lng"` //乘了10的6次方
Lat int `json:"lat"` //乘了10的6次方
FinishedAt time.Time `json:"finishedAt"` //截止日期
StoreURL string `orm:"column(store_url)" json:"storeURL"` //门店链接
SkuURL string `orm:"column(sku_url)" json:"skuURL"` //商品优惠券链接