From 96236f07009f7138af765633fe3ac30c8ba88b94 Mon Sep 17 00:00:00 2001
From: lishihai <dslsh@dscom>
Date: 星期三, 19 六月 2024 14:26:11 +0800
Subject: [PATCH] 产品-产品-Excel导入产品

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