From d8c708a30d938ceb87348257add9dc10926044df Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期二, 24 十月 2023 20:08:02 +0800 Subject: [PATCH] 编码规则需求功能开发2 --- model/request/salesDetails.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/model/request/salesDetails.go b/model/request/salesDetails.go index 08e425c..0b4a8bd 100644 --- a/model/request/salesDetails.go +++ b/model/request/salesDetails.go @@ -29,6 +29,7 @@ LogisticCost float64 `json:"logisticCost" gorm:"column:logistic_cost;type:decimal(10,2);comment:鐗╂祦璐圭敤"` CodeStandID string `json:"codeStandID"` //缂栫爜id DeliverType int `json:"deliverType"` //浜や粯绫诲瀷:1.涓�娆″彂璐�,2.澶氭鍙戣揣 + QuotationId int `json:"quotationId" gorm:"column:quotation_id;type:int;comment:鎶ヤ环鍗昳d"` } type UpdateSalesDetails struct { -- Gitblit v1.8.0