|
@@ -15,20 +15,32 @@ import lombok.EqualsAndHashCode;
|
|
public class EquMaintenanceStandardTemplate {
|
|
public class EquMaintenanceStandardTemplate {
|
|
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 工厂名称
|
|
|
|
+ */
|
|
|
|
+ @ExcelProperty(index = 1)
|
|
|
|
+ private String plantName;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 设备名称
|
|
|
|
+ */
|
|
|
|
+ @ExcelProperty(index = 2)
|
|
|
|
+ private String equipmentName;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* table name:EQUIPMENTTYPE
|
|
* table name:EQUIPMENTTYPE
|
|
* table type:varchar(20)
|
|
* table type:varchar(20)
|
|
- * table comment:设备分类
|
|
|
|
|
|
+ * table comment:设备编号
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 1)
|
|
|
|
- private String equipmenttype;
|
|
|
|
|
|
+ @ExcelProperty(index = 3)
|
|
|
|
+ private String equipmentnumber;
|
|
|
|
|
|
/**
|
|
/**
|
|
* table name:MAINTENANCETYPE
|
|
* table name:MAINTENANCETYPE
|
|
* table type:varchar(20)
|
|
* table type:varchar(20)
|
|
* table comment:保养分类
|
|
* table comment:保养分类
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 2)
|
|
|
|
|
|
+ @ExcelProperty(index = 4)
|
|
private String maintenancetype;
|
|
private String maintenancetype;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -36,7 +48,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:text
|
|
* table type:text
|
|
* table comment:保养部位
|
|
* table comment:保养部位
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 3)
|
|
|
|
|
|
+ @ExcelProperty(index = 5)
|
|
private String maintenancesite;
|
|
private String maintenancesite;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -44,7 +56,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:text
|
|
* table type:text
|
|
* table comment:保养内容
|
|
* table comment:保养内容
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 4)
|
|
|
|
|
|
+ @ExcelProperty(index = 6)
|
|
private String maintenancecontext;
|
|
private String maintenancecontext;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -52,7 +64,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:text
|
|
* table type:text
|
|
* table comment:预控标准要求
|
|
* table comment:预控标准要求
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 5)
|
|
|
|
|
|
+ @ExcelProperty(index = 7)
|
|
private String precontrol;
|
|
private String precontrol;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -60,7 +72,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:text
|
|
* table type:text
|
|
* table comment:设备保障域控措施
|
|
* table comment:设备保障域控措施
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 6)
|
|
|
|
|
|
+ @ExcelProperty(index = 8)
|
|
private String equipmentsupport;
|
|
private String equipmentsupport;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -68,7 +80,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:text
|
|
* table type:text
|
|
* table comment:保养/预防方法
|
|
* table comment:保养/预防方法
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 7)
|
|
|
|
|
|
+ @ExcelProperty(index = 9)
|
|
private String means;
|
|
private String means;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -76,7 +88,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:varchar(10)
|
|
* table type:varchar(10)
|
|
* table comment:是否委外
|
|
* table comment:是否委外
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 8)
|
|
|
|
|
|
+ @ExcelProperty(index = 10)
|
|
private String isoutsource;
|
|
private String isoutsource;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -84,7 +96,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:int
|
|
* table type:int
|
|
* table comment:1月
|
|
* table comment:1月
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 9)
|
|
|
|
|
|
+ @ExcelProperty(index = 11)
|
|
private String jan;
|
|
private String jan;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -92,7 +104,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:int
|
|
* table type:int
|
|
* table comment:2月
|
|
* table comment:2月
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 10)
|
|
|
|
|
|
+ @ExcelProperty(index = 12)
|
|
private String feb;
|
|
private String feb;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -100,7 +112,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:int
|
|
* table type:int
|
|
* table comment:3月
|
|
* table comment:3月
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 11)
|
|
|
|
|
|
+ @ExcelProperty(index = 13)
|
|
private String mar;
|
|
private String mar;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -108,7 +120,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:int
|
|
* table type:int
|
|
* table comment:4月
|
|
* table comment:4月
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 12)
|
|
|
|
|
|
+ @ExcelProperty(index = 14)
|
|
private String apr;
|
|
private String apr;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -116,7 +128,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:int
|
|
* table type:int
|
|
* table comment:5月
|
|
* table comment:5月
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 13)
|
|
|
|
|
|
+ @ExcelProperty(index = 15)
|
|
private String may;
|
|
private String may;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -124,7 +136,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:int
|
|
* table type:int
|
|
* table comment:6月
|
|
* table comment:6月
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 14)
|
|
|
|
|
|
+ @ExcelProperty(index = 16)
|
|
private String jun;
|
|
private String jun;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -132,7 +144,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:int
|
|
* table type:int
|
|
* table comment:7月
|
|
* table comment:7月
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 15)
|
|
|
|
|
|
+ @ExcelProperty(index = 17)
|
|
private String jul;
|
|
private String jul;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -140,7 +152,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:int
|
|
* table type:int
|
|
* table comment:8月
|
|
* table comment:8月
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 16)
|
|
|
|
|
|
+ @ExcelProperty(index = 18)
|
|
private String aug;
|
|
private String aug;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -148,7 +160,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:int
|
|
* table type:int
|
|
* table comment:9月
|
|
* table comment:9月
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 17)
|
|
|
|
|
|
+ @ExcelProperty(index = 19)
|
|
private String sep;
|
|
private String sep;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -156,7 +168,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:int
|
|
* table type:int
|
|
* table comment:10月
|
|
* table comment:10月
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 18)
|
|
|
|
|
|
+ @ExcelProperty(index = 20)
|
|
private String oct;
|
|
private String oct;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -164,7 +176,7 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:int
|
|
* table type:int
|
|
* table comment:11月
|
|
* table comment:11月
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 19)
|
|
|
|
|
|
+ @ExcelProperty(index = 21)
|
|
private String nov;
|
|
private String nov;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -172,6 +184,6 @@ public class EquMaintenanceStandardTemplate {
|
|
* table type:int
|
|
* table type:int
|
|
* table comment:12月
|
|
* table comment:12月
|
|
*/
|
|
*/
|
|
- @ExcelProperty(index = 20)
|
|
|
|
|
|
+ @ExcelProperty(index = 22)
|
|
private String december;
|
|
private String december;
|
|
}
|
|
}
|