1
0

add seven

This commit is contained in:
2024-04-11 06:11:26 +09:00
parent 1d5cb2ad9f
commit 336827433e
42 changed files with 16234 additions and 20 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)