feat: 新增产线维度数据隔离与异常挂接功能
1. 新增全局产线常量配置,统一设置当前产线为双机架 2. 为设备点检、换辊、轧辊管理等接口添加产线过滤逻辑 3. 新增异常记录挂接与撤回功能,完善异常管理流程 4. 重构生产指标、报表接口路径与参数命名 5. 为设备检查表新增产线字段并优化查询逻辑 6. 优化点检页面UI交互与空状态提示
This commit is contained in:
@@ -39,5 +39,8 @@ public class EqpEquipmentChecklist extends BaseEntity {
|
||||
@Excel(name = "备注")
|
||||
private String remark;
|
||||
|
||||
@Excel(name = "产线")
|
||||
private String productionLine;
|
||||
|
||||
private String delFlag;
|
||||
}
|
||||
|
||||
@@ -52,6 +52,7 @@ public class EqpEquipmentInspectionRecord extends BaseEntity {
|
||||
private String checkContent;
|
||||
private String checkStandard;
|
||||
private String partName;
|
||||
private String productionLine;
|
||||
|
||||
// 时间范围查询参数
|
||||
private String startInspectTime;
|
||||
|
||||
Reference in New Issue
Block a user