From f89bbcf77dae0465e829ca6f7548cd36ef57aaa6 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期五, 22 九月 2023 16:37:06 +0800 Subject: [PATCH] 1.调拨接口 --- 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