From a3de6fbf95c9d3ca08ac5b78217c7a065c9a39a7 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 27 十月 2023 10:25:33 +0800 Subject: [PATCH] 退货单修改 --- model/salesDetails.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/salesDetails.go b/model/salesDetails.go index 569fbf3..10e89b5 100644 --- a/model/salesDetails.go +++ b/model/salesDetails.go @@ -14,7 +14,7 @@ Id int `json:"id" gorm:"column:id;primary_key;AUTO_INCREMENT"` ClientId int `json:"clientId" gorm:"column:client_id;type:int;comment:瀹㈡埛id"` Client Client `json:"client" gorm:"foreignKey:ClientId"` - Number string `json:"number" gorm:"column:number;type:varchar(255);comment:閿�鍞瓙鍗曞彿"` + Number string `json:"number" gorm:"column:number;type:varchar(255);comment:閿�鍞槑缁嗗崟鍙�"` SaleChanceId int `json:"saleChanceId" gorm:"column:sale_chance_id;type:int;comment:閿�鍞満浼歩d"` SaleChance SaleChance `json:"saleChance" gorm:"foreignKey:SaleChanceId"` SaleType int `json:"saleType" gorm:"column:sale_type;type:int;comment:閿�鍞被鍨�"` -- Gitblit v1.8.0