liujiandao
2023-09-23 79eca4ef507f418b88a0817f43a9ea25750a818a
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 {