合同表新增字段

This commit is contained in:
徐俊杰 2023-04-03 13:46:20 +08:00
parent 0b70cfa251
commit 747212fd29

View File

@ -29,4 +29,5 @@ type Contract struct {
CreatedAt int32 `gorm:"column:created_at;autoCreateTime"` CreatedAt int32 `gorm:"column:created_at;autoCreateTime"`
UpdatedAt int32 `gorm:"column:updated_at;autoCreateTime"` UpdatedAt int32 `gorm:"column:updated_at;autoCreateTime"`
DeletedAt soft_delete.DeletedAt DeletedAt soft_delete.DeletedAt
OldMgmtDataId int32 `gorm:"column:old_mgmt_data_id"` //老画家宝中的id
} }