Add files via upload

This commit is contained in:
QWQLwToo
2026-01-28 13:25:18 +08:00
committed by GitHub
parent 02f66ec447
commit 7030903eb6
77 changed files with 21573 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// Contact is the predicate function for contact builders.
type Contact func(*sql.Selector)
// LoginHistory is the predicate function for loginhistory builders.
type LoginHistory func(*sql.Selector)
// Site is the predicate function for site builders.
type Site func(*sql.Selector)
// SiteConfig is the predicate function for siteconfig builders.
type SiteConfig func(*sql.Selector)
// User is the predicate function for user builders.
type User func(*sql.Selector)
// Visit is the predicate function for visit builders.
type Visit func(*sql.Selector)