- 在main.go中更新排产物料需求注释说明,明确WMS与MES系统间交互方式 - 从前端help.js中移除手动报工(helpScan)相关帮助文档 - 更新工艺流程、绩效报表等页面帮助文档中的报工流程说明 - 在主布局中添加排产支撑菜单项并移除手动报工菜单项 - 新增ProducibleSupport.vue组件实现排产支撑页面功能 - 移除Scan.vue手动报工页面组件 - 更新相关帮助文档内容以匹配新的业务流程
71 lines
2.2 KiB
Go
71 lines
2.2 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)
|
|
|
|
// Attachment is the predicate function for attachment builders.
|
|
type Attachment 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)
|
|
|
|
// MaterialDemand is the predicate function for materialdemand builders.
|
|
type MaterialDemand 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)
|
|
|
|
// ReturnOrder is the predicate function for returnorder builders.
|
|
type ReturnOrder 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)
|