feat: 新增预警与附件模块,优化工位派工功能
1. 新增预警规则、预警消息、业务附件数据库表与CRUD逻辑 2. 为拧紧记录添加审核人、审核时间字段及审核留痕功能 3. 优化产线点位类型与编号描述,更新工位组合下发菜单名称为工艺路线派工 4. 新增上传文件获取原文件名与大小的工具方法 5. 在系统管理菜单新增预警中心与附件中心入口
This commit is contained in:
@@ -0,0 +1,94 @@
|
||||
// Code generated by ent, DO NOT EDIT.
|
||||
|
||||
package predicate
|
||||
|
||||
import (
|
||||
"entgo.io/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// AssociationTrace is the predicate function for associationtrace builders.
|
||||
type AssociationTrace func(*sql.Selector)
|
||||
|
||||
// BomItem is the predicate function for bomitem builders.
|
||||
type BomItem func(*sql.Selector)
|
||||
|
||||
// DailyPlan is the predicate function for dailyplan builders.
|
||||
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)
|
||||
|
||||
// LinePoint is the predicate function for linepoint builders.
|
||||
type LinePoint func(*sql.Selector)
|
||||
|
||||
// MaterialRequest is the predicate function for materialrequest builders.
|
||||
type MaterialRequest func(*sql.Selector)
|
||||
|
||||
// Permission is the predicate function for permission builders.
|
||||
type Permission func(*sql.Selector)
|
||||
|
||||
// PlcMoveCmd is the predicate function for plcmovecmd builders.
|
||||
type PlcMoveCmd 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)
|
||||
|
||||
// ProcessRoute is the predicate function for processroute builders.
|
||||
type ProcessRoute func(*sql.Selector)
|
||||
|
||||
// ProcessStep is the predicate function for processstep builders.
|
||||
type ProcessStep func(*sql.Selector)
|
||||
|
||||
// ProductType is the predicate function for producttype builders.
|
||||
type ProductType func(*sql.Selector)
|
||||
|
||||
// Role is the predicate function for role builders.
|
||||
type Role func(*sql.Selector)
|
||||
|
||||
// RouteSegment is the predicate function for routesegment builders.
|
||||
type RouteSegment func(*sql.Selector)
|
||||
|
||||
// ScanRecord is the predicate function for scanrecord builders.
|
||||
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)
|
||||
|
||||
// StepCriterion is the predicate function for stepcriterion builders.
|
||||
type StepCriterion func(*sql.Selector)
|
||||
|
||||
// StepData is the predicate function for stepdata builders.
|
||||
type StepData func(*sql.Selector)
|
||||
|
||||
// TorqueRecord is the predicate function for torquerecord builders.
|
||||
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)
|
||||
|
||||
// Workpiece is the predicate function for workpiece builders.
|
||||
type Workpiece func(*sql.Selector)
|
||||
|
||||
// WorkpieceBind is the predicate function for workpiecebind builders.
|
||||
type WorkpieceBind func(*sql.Selector)
|
||||
|
||||
// WorkpieceProcess is the predicate function for workpieceprocess builders.
|
||||
type WorkpieceProcess func(*sql.Selector)
|
||||
Reference in New Issue
Block a user