...
|
...
|
@@ -42,7 +42,7 @@ type CreditAccount struct { |
|
|
// 创建时间
|
|
|
CreatedAt time.Time `comment:"创建时间"`
|
|
|
// 删除时间
|
|
|
DeletedAt time.Time `comment:"删除时间"`
|
|
|
DeletedAt time.Time `pg:",soft_delete" comment:"删除时间"`
|
|
|
// 更新时间
|
|
|
UpdatedAt time.Time `comment:"更新时间"`
|
|
|
// 备注
|
...
|
...
|
|