From 029c8611556aa3b77cdae78376842e8531521c9f Mon Sep 17 00:00:00 2001
From: lishihai <dslsh@dscom>
Date: 星期四, 20 六月 2024 22:24:01 +0800
Subject: [PATCH] 产品->动态属性增改查

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

diff --git a/request/operation.go b/request/operation.go
index 73647ab..bc4942e 100644
--- a/request/operation.go
+++ b/request/operation.go
@@ -51,6 +51,10 @@
 	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"`
+
+	Cost      decimal.Decimal `json:"cost"`      //鎴愭湰鍗曚环
+	SalePrice decimal.Decimal `json:"salePrice"` //閿�鍞崟浠�
 }
 
 type OperationList struct {

--
Gitblit v1.8.0