Files
bj_power/bj_power_mes/ent/predicate/predicate.go
T
SunYF 8e6e8e1d20 docs(business): 生成业务契约文档并重构MES客户端代码
- 创建案例.md文档,包含业务场景清单、业务流程、案例和回归测试三份完整文档
- WMS库房管理系统涵盖入库、出库、库存、检验、盘点等24个业务场景
- MES产线控制系统包含工单、排产、BOM、备料、质检、追溯等23个业务场景
- 工位终端系统支持上线、报工、下线、领料、巡检等15个现场作业场景
- 主链路从合同到成品入库,异常链路处理不合格、数量不符、退料等情况
- 删除MES客户端中的ScanRecord相关代码,精简客户端结构
- 更新客户端初始化逻辑,移除扫描记录相关的依赖注入配置
2026-09-20 18:25:44 +08:00

101 lines
3.2 KiB
Go

// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// Alert is the predicate function for alert builders.
type Alert func(*sql.Selector)
// AlertRule is the predicate function for alertrule builders.
type AlertRule func(*sql.Selector)
// AssociationTrace is the predicate function for associationtrace builders.
type AssociationTrace func(*sql.Selector)
// Attachment is the predicate function for attachment builders.
type Attachment 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)
// InspectionRecord is the predicate function for inspectionrecord builders.
type InspectionRecord func(*sql.Selector)
// LinePoint is the predicate function for linepoint builders.
type LinePoint func(*sql.Selector)
// MaterialQtyReport is the predicate function for materialqtyreport builders.
type MaterialQtyReport 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)
// PlcMoveCmd is the predicate function for plcmovecmd builders.
type PlcMoveCmd func(*sql.Selector)
// PlcSendLog is the predicate function for plcsendlog builders.
type PlcSendLog func(*sql.Selector)
// ProcessFlow is the predicate function for processflow builders.
type ProcessFlow 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)
// SemiFlow is the predicate function for semiflow builders.
type SemiFlow func(*sql.Selector)
// Station is the predicate function for station builders.
type Station 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)
// TorqueAuditLog is the predicate function for torqueauditlog builders.
type TorqueAuditLog 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)
// UserStation is the predicate function for userstation builders.
type UserStation 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)
// WorkpieceBind is the predicate function for workpiecebind builders.
type WorkpieceBind func(*sql.Selector)
// WorkpieceProcess is the predicate function for workpieceprocess builders.
type WorkpieceProcess func(*sql.Selector)