feat: 完成产线与仓储系统多模块迭代升级

本次迭代覆盖MES与WMS核心业务:
1. 新增接驳台托盘传感器读取与AGV对接能力
2. 完善工单排产、备料流程与权限体系拆分
3. 优化看板接口与前端路由、样式
4. 新增操作日志、库存盘点与角色保护逻辑
5. 修复代理地址、BOM保存等已知问题
This commit is contained in:
SunYF
2026-09-04 14:18:53 +08:00
parent c1fc6d32b2
commit b6799c9de4
138 changed files with 20613 additions and 2220 deletions
+9
View File
@@ -6,6 +6,15 @@ 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)