add
wangpengfei
2023-07-21 993d3555339703c53ca14103d4d7899cde0d2e04
model/serviceContracts.go
@@ -16,7 +16,7 @@
      SaleChanceId            int       `json:"saleChanceId" gorm:"column:sale_chance_id;type:int;comment:销售机会id"`
      ContractId              int       `json:"contractId" gorm:"column:contract_id;type:int;comment:合同id"`
      QuotationId             int       `json:"quotationId" gorm:"column:quotation_id;type:int;comment:报价单id"`
      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:结束时间"`