This commit is contained in:
火线兔
2023-09-15 14:04:35 +08:00
parent eb2c752bec
commit 2a22b37f2c

2
orm.go
View File

@@ -5,7 +5,7 @@ import (
"strings" "strings"
) )
//type TransactionHandlerFunc func(db IOrm) error // type TransactionHandlerFunc func(db IOrm) error
// Orm ... // Orm ...
type Orm struct { type Orm struct {
ISession ISession