1
0

test seven

This commit is contained in:
2024-04-11 06:11:26 +09:00
parent 1d5cb2ad9f
commit 833fbe5dbc
42 changed files with 15150 additions and 22 deletions

View File

@ -15,6 +15,9 @@ type Group func(*sql.Selector)
// Ma is the predicate function for ma builders.
type Ma func(*sql.Selector)
// Sev is the predicate function for sev builders.
type Sev func(*sql.Selector)
// Ue is the predicate function for ue builders.
type Ue func(*sql.Selector)