Skip to content

Commit

Permalink
Merge pull request xxjwxc#206 from MrVokia/master
Browse files Browse the repository at this point in the history
feat: ✨ deleted at 增加软删支持
  • Loading branch information
xxjwxc authored Mar 22, 2022
2 parents 0b59ec2 + f015601 commit 06024c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/view/model/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func getGormModelElement() []EmInfo {
result = append(result, EmInfo{
IsMulti: false,
Notes: "deleted time",
Type: "time.Time", // Type.类型标记
Type: "gorm.DeletedAt", // Type.类型标记
ColName: "deleted_at",
ColNameEx: "deleted_at",
ColStructName: "DeletedAt",
Expand Down

0 comments on commit 06024c6

Please sign in to comment.