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 {