Files
bj_power/bj_power_wms/ent/predicate/predicate.go
T
SunYF b6799c9de4 feat: 完成产线与仓储系统多模块迭代升级
本次迭代覆盖MES与WMS核心业务:
1. 新增接驳台托盘传感器读取与AGV对接能力
2. 完善工单排产、备料流程与权限体系拆分
3. 优化看板接口与前端路由、样式
4. 新增操作日志、库存盘点与角色保护逻辑
5. 修复代理地址、BOM保存等已知问题
2026-09-04 14:18:53 +08:00

65 lines
2.0 KiB
Go

// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// AgvTask is the predicate function for agvtask builders.
type AgvTask func(*sql.Selector)
// Dock is the predicate function for dock builders.
type Dock func(*sql.Selector)
// EventLog is the predicate function for eventlog builders.
type EventLog func(*sql.Selector)
// InboundDetail is the predicate function for inbounddetail builders.
type InboundDetail func(*sql.Selector)
// InboundOrder is the predicate function for inboundorder builders.
type InboundOrder func(*sql.Selector)
// InspectionRecord is the predicate function for inspectionrecord builders.
type InspectionRecord func(*sql.Selector)
// Inventory is the predicate function for inventory builders.
type Inventory func(*sql.Selector)
// InventoryLock is the predicate function for inventorylock builders.
type InventoryLock func(*sql.Selector)
// Material is the predicate function for material builders.
type Material func(*sql.Selector)
// OrderMaterialLedger is the predicate function for ordermaterialledger builders.
type OrderMaterialLedger func(*sql.Selector)
// OutboundDetail is the predicate function for outbounddetail builders.
type OutboundDetail func(*sql.Selector)
// OutboundOrder is the predicate function for outboundorder builders.
type OutboundOrder func(*sql.Selector)
// Permission is the predicate function for permission builders.
type Permission func(*sql.Selector)
// Role is the predicate function for role builders.
type Role func(*sql.Selector)
// SemiFinished is the predicate function for semifinished builders.
type SemiFinished func(*sql.Selector)
// StocktakeItem is the predicate function for stocktakeitem builders.
type StocktakeItem func(*sql.Selector)
// StocktakeOrder is the predicate function for stocktakeorder builders.
type StocktakeOrder func(*sql.Selector)
// User is the predicate function for user builders.
type User func(*sql.Selector)
// Zone is the predicate function for zone builders.
type Zone func(*sql.Selector)