Merge branch 'songchuang' into dev
This commit is contained in:
commit
6af2d992aa
@ -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