feat: 完成MES工位终端系统全量功能迭代
本次提交包含以下核心变更: 1. 新增按钮级权限控制框架与前端权限校验 2. 新增工位管理、工艺流程、巡检终端等核心业务模块 3. 完善用户体系,支持工位终端专属登录权限 4. 新增文件上传下载、报表查询等配套功能 5. 修复多系统兼容性与交互体验问题 6. 完成所有文档与配置项的规范化更新
This commit is contained in:
@@ -18,6 +18,9 @@ type DailyPlan func(*sql.Selector)
|
||||
// EventLog is the predicate function for eventlog builders.
|
||||
type EventLog func(*sql.Selector)
|
||||
|
||||
// InspectionRecord is the predicate function for inspectionrecord builders.
|
||||
type InspectionRecord func(*sql.Selector)
|
||||
|
||||
// MaterialRequest is the predicate function for materialrequest builders.
|
||||
type MaterialRequest func(*sql.Selector)
|
||||
|
||||
@@ -27,6 +30,9 @@ type Permission func(*sql.Selector)
|
||||
// PlcSendLog is the predicate function for plcsendlog builders.
|
||||
type PlcSendLog func(*sql.Selector)
|
||||
|
||||
// ProcessFlow is the predicate function for processflow builders.
|
||||
type ProcessFlow func(*sql.Selector)
|
||||
|
||||
// ProcessStep is the predicate function for processstep builders.
|
||||
type ProcessStep func(*sql.Selector)
|
||||
|
||||
@@ -42,6 +48,9 @@ type ScanRecord func(*sql.Selector)
|
||||
// SemiFlow is the predicate function for semiflow builders.
|
||||
type SemiFlow func(*sql.Selector)
|
||||
|
||||
// Station is the predicate function for station builders.
|
||||
type Station func(*sql.Selector)
|
||||
|
||||
// StationProcess is the predicate function for stationprocess builders.
|
||||
type StationProcess func(*sql.Selector)
|
||||
|
||||
@@ -57,6 +66,9 @@ type TorqueRecord func(*sql.Selector)
|
||||
// User is the predicate function for user builders.
|
||||
type User func(*sql.Selector)
|
||||
|
||||
// UserStation is the predicate function for userstation builders.
|
||||
type UserStation func(*sql.Selector)
|
||||
|
||||
// WorkOrder is the predicate function for workorder builders.
|
||||
type WorkOrder func(*sql.Selector)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user