jiangshuai
2023-10-21 34dd354c55ffff3339a3232a7a1ba6ec8fe49f60
models/location_product_amount.go
@@ -31,7 +31,7 @@
   LocationProductAmountWithOperation struct {
      //LocationProductAmount LocationProductAmount `json:"locationProductAmount"`
      LocationProductAmountId int                      `json:"locationProductAmount" gorm:"location_product_amount_id"`
      LocationProductAmountId int                      `json:"locationProductAmountId" gorm:"location_product_amount_id"`
      LocationId              int                      `json:"locationId" gorm:"column:location_id"`
      LocationName            string                   `json:"locationName" gorm:"column:location_name"`
      ProductId               string                   `json:"productId" gorm:"column:product_id"`