Merge branch 'songchuang' into dev

This commit is contained in:
songchuang 2023-04-07 13:41:48 +08:00
commit 6af2d992aa

View File

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