29 lines
818 B
Go
29 lines
818 B
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// App is the predicate function for app builders.
|
|
type App func(*sql.Selector)
|
|
|
|
// PayChannel is the predicate function for paychannel builders.
|
|
type PayChannel func(*sql.Selector)
|
|
|
|
// PayNotifyLog is the predicate function for paynotifylog builders.
|
|
type PayNotifyLog func(*sql.Selector)
|
|
|
|
// PayNotifyTask is the predicate function for paynotifytask builders.
|
|
type PayNotifyTask func(*sql.Selector)
|
|
|
|
// PayOrder is the predicate function for payorder builders.
|
|
type PayOrder func(*sql.Selector)
|
|
|
|
// PayOrderExtension is the predicate function for payorderextension builders.
|
|
type PayOrderExtension func(*sql.Selector)
|
|
|
|
// PayRefund is the predicate function for payrefund builders.
|
|
type PayRefund func(*sql.Selector)
|