26 lines
749 B
Go
26 lines
749 B
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// Categorie is the predicate function for categorie builders.
|
|
type Categorie func(*sql.Selector)
|
|
|
|
// ChampPersonnalise is the predicate function for champpersonnalise builders.
|
|
type ChampPersonnalise func(*sql.Selector)
|
|
|
|
// Emplacement is the predicate function for emplacement builders.
|
|
type Emplacement func(*sql.Selector)
|
|
|
|
// LienObjetEmplacement is the predicate function for lienobjetemplacement builders.
|
|
type LienObjetEmplacement func(*sql.Selector)
|
|
|
|
// Objet is the predicate function for objet builders.
|
|
type Objet func(*sql.Selector)
|
|
|
|
// PieceJointe is the predicate function for piecejointe builders.
|
|
type PieceJointe func(*sql.Selector)
|