From 7c811247ecf143e08c576986a884bedadc57dd66 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期五, 05 六月 2020 18:29:41 +0800
Subject: [PATCH] add refresh token to resp

---
 models/dbtablepersons.go |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/models/dbtablepersons.go b/models/dbtablepersons.go
index bee38f6..d94b4eb 100644
--- a/models/dbtablepersons.go
+++ b/models/dbtablepersons.go
@@ -11,4 +11,19 @@
 	IdCard       string `json:"idCard,omitempty" example:"韬唤璇�"`
 	PhoneNum     string `json:"phoneNum,omitempty" example:"鎵嬫満鍙风爜"`
 	MonitorLevel string `json:"monitorLevel,omitempty" example:"绛夌骇"`
+	PicDesc      string `json:"picDesc,omitempty" example:"鐓х墖鏍囪瘑"`
+	Reserved	 string `json:"reserved,omitempty" example:"鍏朵粬"`
+
+	CarNo		 string `json:"carNo" example:"杞︾墝鍙�"`
+	CarPicUrls	 string `json:"carPicUrls" example:"杞﹁締鐓х墖"`
+	CarType		 int 	`json:"carType"`
+	CarBrand	 int 	`json:"carBrand"`
+	CarColor	 int	`json:"carColor"`
+
+	FromServerId string `gorm:"column:fromServerId" json:"fromServerId,omitempty" example:"鍏ュ簱serverId"`
+}
+
+type DbPersonsCompVo struct {
+	Dbtablepersons
+	CompareScore float64 `json:"compareScore"`
 }

--
Gitblit v1.8.0