合同表新增字段
This commit is contained in:
parent
0b70cfa251
commit
747212fd29
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user