1
0

test manga

This commit is contained in:
2024-04-02 18:57:04 +09:00
parent b48ec9e88c
commit 6a868436e7
40 changed files with 16522 additions and 338 deletions

View File

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