remove prop

This commit is contained in:
mr-chenguang lcgash 2024-04-15 03:09:17 +00:00
parent 8ce25a5dd1
commit c8ccb9c3cc

View File

@ -50,8 +50,6 @@ type Config struct {
CreateBatchSize int
// TranslateError enabling error translation
TranslateError bool
// NotFoundAsError set result is nil when no record found and result is ptr
NotFoundAsNilWhenPtr bool
// ClauseBuilders clause builder
ClauseBuilders map[string]clause.ClauseBuilder