From 34e1e9dbc7a750048c0825b8f91b07ed526ae577 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期五, 22 九月 2023 15:41:48 +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