From 70e86bec4055bdc2fdbff8e1aa8e8bc41c32b2f0 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 21 十月 2023 17:42:42 +0800
Subject: [PATCH] 产品添加限制修改
---
models/location_product_amount.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/models/location_product_amount.go b/models/location_product_amount.go
index b834d4b..b51e00c 100644
--- a/models/location_product_amount.go
+++ b/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"`
--
Gitblit v1.8.0