初始化2

This commit is contained in:
SunYF
2026-08-28 15:06:01 +08:00
parent b34325a16f
commit a9c3fbeb41
537 changed files with 176215 additions and 17 deletions
+67
View File
@@ -0,0 +1,67 @@
// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// AssociationTrace is the predicate function for associationtrace builders.
type AssociationTrace func(*sql.Selector)
// BomItem is the predicate function for bomitem builders.
type BomItem func(*sql.Selector)
// DailyPlan is the predicate function for dailyplan builders.
type DailyPlan func(*sql.Selector)
// EventLog is the predicate function for eventlog builders.
type EventLog func(*sql.Selector)
// MaterialRequest is the predicate function for materialrequest builders.
type MaterialRequest func(*sql.Selector)
// Permission is the predicate function for permission builders.
type Permission func(*sql.Selector)
// PlcSendLog is the predicate function for plcsendlog builders.
type PlcSendLog func(*sql.Selector)
// ProcessStep is the predicate function for processstep builders.
type ProcessStep func(*sql.Selector)
// ProductType is the predicate function for producttype builders.
type ProductType func(*sql.Selector)
// Role is the predicate function for role builders.
type Role func(*sql.Selector)
// ScanRecord is the predicate function for scanrecord builders.
type ScanRecord func(*sql.Selector)
// SemiFlow is the predicate function for semiflow builders.
type SemiFlow func(*sql.Selector)
// StationProcess is the predicate function for stationprocess builders.
type StationProcess func(*sql.Selector)
// StepCriterion is the predicate function for stepcriterion builders.
type StepCriterion func(*sql.Selector)
// StepData is the predicate function for stepdata builders.
type StepData func(*sql.Selector)
// TorqueRecord is the predicate function for torquerecord builders.
type TorqueRecord func(*sql.Selector)
// User is the predicate function for user builders.
type User func(*sql.Selector)
// WorkOrder is the predicate function for workorder builders.
type WorkOrder func(*sql.Selector)
// Workpiece is the predicate function for workpiece builders.
type Workpiece func(*sql.Selector)
// WorkpieceProcess is the predicate function for workpieceprocess builders.
type WorkpieceProcess func(*sql.Selector)