feat: update

This commit is contained in:
yanghao05
2025-05-23 22:46:39 +08:00
parent e5000bcc73
commit cd7c13e49d

View File

@@ -4,6 +4,7 @@ var {{.CamelTable}}UpdateExcludeColumns = []Column{
{{- if .HasCreatedAt}} {{- if .HasCreatedAt}}
table.{{.PascalTable}}.CreatedAt, table.{{.PascalTable}}.CreatedAt,
{{- end}} {{- end}}
{{- if .SoftDelete}} {{- if .SoftDelete}}
table.{{.PascalTable}}.DeletedAt, table.{{.PascalTable}}.DeletedAt,
{{- end}} {{- end}}