From dbc843d0b37f786fb816131bcc7ebca86dbe72e9 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期四, 06 八月 2020 09:58:46 +0800 Subject: [PATCH] add crossRecord --- models/car.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/models/car.go b/models/car.go index 91caf63..1e7eca2 100644 --- a/models/car.go +++ b/models/car.go @@ -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