From 993d3555339703c53ca14103d4d7899cde0d2e04 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 11:36:05 +0800 Subject: [PATCH] add --- model/serviceContracts.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/serviceContracts.go b/model/serviceContracts.go index e4a5eac..b2930ad 100644 --- a/model/serviceContracts.go +++ b/model/serviceContracts.go @@ -16,7 +16,7 @@ SaleChanceId int `json:"saleChanceId" gorm:"column:sale_chance_id;type:int;comment:閿�鍞満浼歩d"` ContractId int `json:"contractId" gorm:"column:contract_id;type:int;comment:鍚堝悓id"` QuotationId int `json:"quotationId" gorm:"column:quotation_id;type:int;comment:鎶ヤ环鍗昳d"` - TypeId int `json:"typeId" gorm:"column:type_id;type:int;comment:鍚堝悓绫诲瀷id"` + ServiceContractTypeId int `json:"serviceContractTypeId" gorm:"column:service_contract_type_id;type:int;comment:鍚堝悓绫诲瀷id"` SignTime time.Time `json:"signTime" gorm:"column:sign_time;type:datetime;comment:绛剧害鏃堕棿"` StartTime time.Time `json:"startTime" gorm:"column:start_time;type:datetime;comment:寮�濮嬫椂闂�"` EndTime time.Time `json:"endTime" gorm:"column:end_time;type:datetime;comment:缁撴潫鏃堕棿"` -- Gitblit v1.8.0