backend api, swagger, tooling, frontend skeleton
This commit is contained in:
25
backend/internal/data/ent/predicate/predicate.go
Normal file
25
backend/internal/data/ent/predicate/predicate.go
Normal file
@@ -0,0 +1,25 @@
|
||||
// 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)
|
||||
Reference in New Issue
Block a user