From 3109c9a47ff73d7af857ccd668821a3eb13d16fe Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 21 九月 2023 19:13:53 +0800 Subject: [PATCH] 位置模块添加拼接字段 --- models/location.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/models/location.go b/models/location.go index ff81758..394e0bb 100644 --- a/models/location.go +++ b/models/location.go @@ -25,6 +25,7 @@ Notes string `json:"notes" gorm:"type:varchar(255);comment:澶栭儴澶囨敞"` //澶栭儴澶囨敞 RecentlyCount string `json:"recentlyCount" gorm:"type:varchar(255);comment:鏈�杩戠洏鐐�"` //鏈�杩戠洏鐐� NextCount string `json:"nextCount" gorm:"type:varchar(255);comment:涓嬫鐩樼偣"` //涓嬫鐩樼偣 + JointName string `json:"jointName" gorm:"-"` //鎷兼帴鍚嶇О } LocationSearch struct { -- Gitblit v1.8.0