正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -42,7 +42,7 @@ type CreditAccount struct { | @@ -42,7 +42,7 @@ type CreditAccount struct { | ||
42 | // 创建时间 | 42 | // 创建时间 |
43 | CreatedAt time.Time `comment:"创建时间"` | 43 | CreatedAt time.Time `comment:"创建时间"` |
44 | // 删除时间 | 44 | // 删除时间 |
45 | - DeletedAt time.Time `comment:"删除时间"` | 45 | + DeletedAt time.Time `pg:",soft_delete" comment:"删除时间"` |
46 | // 更新时间 | 46 | // 更新时间 |
47 | UpdatedAt time.Time `comment:"更新时间"` | 47 | UpdatedAt time.Time `comment:"更新时间"` |
48 | // 备注 | 48 | // 备注 |
-
请 注册 或 登录 后发表评论