From 34dd354c55ffff3339a3232a7a1ba6ec8fe49f60 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期六, 21 十月 2023 16:27:59 +0800
Subject: [PATCH] 1.修改报废信息接口增加基础作业类型

---
 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