feat(eqp): 添加巡检加产线和产线段
This commit is contained in:
@@ -28,6 +28,14 @@ public class EqpEquipmentPart extends BaseEntity {
|
||||
* 巡检部位
|
||||
*/
|
||||
private String inspectPart;
|
||||
/**
|
||||
* 产线
|
||||
*/
|
||||
private String productionLine;
|
||||
/**
|
||||
* 产线段
|
||||
*/
|
||||
private String lineSection;
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
|
||||
@@ -28,6 +28,16 @@ public class EqpEquipmentPartBo extends BaseEntity {
|
||||
*/
|
||||
private String inspectPart;
|
||||
|
||||
/**
|
||||
* 产线
|
||||
*/
|
||||
private String productionLine;
|
||||
|
||||
/**
|
||||
* 产线段
|
||||
*/
|
||||
private String lineSection;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
|
||||
@@ -33,6 +33,18 @@ public class EqpEquipmentPartVo {
|
||||
@ExcelProperty(value = "巡检部位")
|
||||
private String inspectPart;
|
||||
|
||||
/**
|
||||
* 产线
|
||||
*/
|
||||
@ExcelProperty(value = "产线")
|
||||
private String productionLine;
|
||||
|
||||
/**
|
||||
* 产线段
|
||||
*/
|
||||
@ExcelProperty(value = "产线段")
|
||||
private String lineSection;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user