From aa91d7884e7fef55b47d6a4905596f72a5ef1ac3 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期六, 30 五月 2020 17:43:03 +0800 Subject: [PATCH] fix sdkType unTar --- models/dbtablepersons.go | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/models/dbtablepersons.go b/models/dbtablepersons.go index 4c45c5f..d94b4eb 100644 --- a/models/dbtablepersons.go +++ b/models/dbtablepersons.go @@ -14,6 +14,12 @@ 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"` } -- Gitblit v1.8.0