feat: 五项目业务实现并对接完成
- MES(B): 工单/BOM/备料/工序字典/PLC下发/拧紧/扫码报工/半成品/AGV/追溯逻辑,WMS与海康RCS客户端,看板Redis缓存API(概览/设备/进度/报警/趋势)+SSE - WMS(C): JWT滑动续签、Excel导入、盘点、内部API、种子数据、独立Postgres配置 - WMS客户端(E): Go网关8891反向代理+内嵌Vue3十页 - 工位终端(D): SQLite本地缓存+模拟拧紧源+内嵌Vue3页面 - Dashboard(A): 看板数据改接MES内部缓存API,SSE实时刷新+vite代理 - 清理各项目球形磨遗留代码,新增部署手册.md
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
// Code generated by ent, DO NOT EDIT.
|
||||
|
||||
package predicate
|
||||
|
||||
import (
|
||||
"entgo.io/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// 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)
|
||||
|
||||
// InventoryBatch is the predicate function for inventorybatch builders.
|
||||
type InventoryBatch 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)
|
||||
|
||||
// PackageBox is the predicate function for packagebox builders.
|
||||
type PackageBox func(*sql.Selector)
|
||||
|
||||
// SemiFinished is the predicate function for semifinished builders.
|
||||
type SemiFinished func(*sql.Selector)
|
||||
|
||||
// SerialNumber is the predicate function for serialnumber builders.
|
||||
type SerialNumber 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)
|
||||
Reference in New Issue
Block a user