作者 yangfu

分红预算列表

@@ -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 // 备注