From 8f2e045fcb56929dd1d47d5799d45f688e047c6a Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 16 八月 2023 19:12:06 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- model/request/serviceOrder.go | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/model/request/serviceOrder.go b/model/request/serviceOrder.go index 244373b..81b6677 100644 --- a/model/request/serviceOrder.go +++ b/model/request/serviceOrder.go @@ -10,7 +10,8 @@ ServiceContractId int `gorm:"service_contract_id" json:"serviceContractId"` // 鍚堝悓id SalesDetailsId int `gorm:"sales_details_id" json:"salesDetailsId"` // 閿�鍞鍗昳d Subject string `gorm:"subject" json:"subject"` // 涓婚 - ProductId int `gorm:"product_id" json:"productId"` // 浜у搧id + ProductTypeName string `json:"productTypeName"` // 浜у搧鍒嗙被鍚嶇О + ProductName string `json:"productName"` // 浜у搧鍚嶇О ServiceTypeId int `gorm:"service_type_id" json:"serviceTypeId"` // 鏈嶅姟鏂瑰紡id ServiceManId int `gorm:"service_man_id" json:"serviceManId"` // 鏈嶅姟浜哄憳 ContactId int `gorm:"linkman_id" json:"contactId"` // 鑱旂郴浜篿d -- Gitblit v1.8.0