liujiandao
2023-10-27 a3de6fbf95c9d3ca08ac5b78217c7a065c9a39a7
model/contract.go
@@ -22,7 +22,7 @@
      File                  string                `json:"file" gorm:"column:file;type:varchar(255);comment:合同文件"`
      CreatedAt             *CustomTime           `json:"created_at" gorm:"column:created_at;type:datetime;comment:创建时间"`
      CodeStandID           string                `json:"codeStandID" gorm:"column:code_stand_id;type:varchar(255);comment:编码id"`
      //SendTime              string                `json:"sendTime" gorm:"column:send_time;type:varchar(255);comment:发货时间"`
      SendTime              string                `json:"sendTime" gorm:"column:send_time;type:varchar(255);comment:发货时间"`
      gormModel
   }