From 9e3a239ec0fa13909cb3a98e2ad238b42ac63eaa Mon Sep 17 00:00:00 2001
From: lishihai <dslsh@dscom>
Date: 星期三, 19 六月 2024 20:32:24 +0800
Subject: [PATCH] 概述->新建或编辑(出库/入库)信息,产品的Cost成本单价和SalePrice销售单价的值不会更新的BUG

---
 request/operation.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/request/operation.go b/request/operation.go
index 73647ab..73d6421 100644
--- a/request/operation.go
+++ b/request/operation.go
@@ -51,6 +51,7 @@
 	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"`
 }
 
 type OperationList struct {

--
Gitblit v1.8.0