feat: 完成多模块迭代更新
- 新增过程巡检按步骤上报、数量不符上报、工位退料功能 - 增加工单工程编号三级归属字段 - 新增物料安全库存与缺货预警 - 新增附件管理、退库单管理模块 - 优化生产看板展示逻辑与前端页面文案 - 清理冗余的工艺路线相关代码与备份文件
This commit is contained in:
@@ -9,6 +9,9 @@ import (
|
||||
// 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)
|
||||
|
||||
// Dock is the predicate function for dock builders.
|
||||
type Dock func(*sql.Selector)
|
||||
|
||||
@@ -45,6 +48,9 @@ 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user