feat: update

This commit is contained in:
yanghao05
2025-05-23 22:21:28 +08:00
parent c6b1a1664c
commit ab36ea0e5d
2 changed files with 40 additions and 10 deletions

View File

@@ -1,9 +1,5 @@
package model
import (
log "github.com/sirupsen/logrus"
)
func (m *{{.PascalTable}}) log() *log.Entry {
return log.WithField("model", "{{.PascalTable}}Model")
}
var {{.CamelTable}}UpdateExcludeColumns = []Column{
// table.{{.PascalTable}}.CreatedAt,
}