feat: update

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

View File

@@ -1,10 +1,11 @@
package model
var {{.CamelTable}}UpdateExcludeColumns = []Column{
{{-if .HasCreatedAt}}
{{- if .HasCreatedAt}}
table.{{.PascalTable}}.CreatedAt,
{{- end}}
{{-if .SoftDelete}}
{{- if .SoftDelete}}
table.{{.PascalTable}}.DeletedAt,
{{- end}}
}