From 13a31b1caab8ffa0049dc8299cab8b8c4a31b6ed Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期二, 11 八月 2020 15:32:06 +0800 Subject: [PATCH] test --- models/car.go | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/models/car.go b/models/car.go index 91caf63..14db294 100644 --- a/models/car.go +++ b/models/car.go @@ -25,8 +25,8 @@ } type CarStatistic struct { - TotalPermPlace int `json:"totalPermPlace"` - Left int `json:"left"` + TotalPlace int `json:"totalPlace"` + Left int `json:"left"` } type PosInfo struct { @@ -34,6 +34,7 @@ PosNo string `json:"posNo"` State int `json:"state"` //0锛氱┖闂诧紝1锛氭湁杞� PlateNo string `json:"plateNo"` + IsMine bool `json:"isMine"` } type PosResult []PosInfo -- Gitblit v1.8.0