From 9effa1fd02fcfb17a2726415efa830575ef45822 Mon Sep 17 00:00:00 2001 From: lishihai <dslsh@dscom> Date: 星期一, 24 六月 2024 10:40:21 +0800 Subject: [PATCH] report物料导入BUG --- models/operation_details.go | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/models/operation_details.go b/models/operation_details.go index 6c53666..16f65f4 100644 --- a/models/operation_details.go +++ b/models/operation_details.go @@ -25,6 +25,13 @@ ToLocation Location `json:"toLocation" gorm:"foreignKey:ToLocationID;references:Id"` //鐩爣浣嶇疆 TotalGrossWeight decimal.Decimal `json:"totalGrossWeight" gorm:"type:decimal(20,3);comment:鎬绘瘺閲�"` TotalNetWeight decimal.Decimal `json:"totalNetWeight" gorm:"type:decimal(20,3);comment:鎬诲噣閲�"` + AuxiliaryAmount decimal.Decimal `json:"auxiliaryAmount" gorm:"type:decimal(20,3);comment:杈呭姪鏁伴噺"` + AuxiliaryUnit string `json:"auxiliaryUnit" gorm:"type:varchar(191);comment:杈呭姪鍗曚綅"` + Remark string `gorm:"type:varchar(1024);comment:澶囨敞" json:"remark"` + IsInternalOutput bool `json:"isInternalOutput"` //鏄惁璋冩嫧浜х敓鐨勫嚭搴� + + Cost decimal.Decimal `json:"cost" ` //鎴愭湰鍗曚环 + SalePrice decimal.Decimal `json:"salePrice" ` //閿�鍞崟浠� } OperationDetailsSearch struct { -- Gitblit v1.8.0