|
@@ -3,6 +3,7 @@ package com.platform.dao.vo.export.sb;
|
|
|
import com.platform.office.annotation.Excel;
|
|
|
import lombok.Data;
|
|
|
import lombok.experimental.Accessors;
|
|
|
+
|
|
|
import java.io.Serializable;
|
|
|
import java.time.LocalDateTime;
|
|
|
import java.time.LocalDate;
|
|
@@ -18,117 +19,117 @@ import java.time.LocalDate;
|
|
|
public class ExportSbInfoStopDetailVO implements Serializable {
|
|
|
|
|
|
/**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "1")
|
|
|
- private String id;
|
|
|
-
|
|
|
- /**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "2")
|
|
|
- private String no;
|
|
|
-
|
|
|
- /**
|
|
|
- * 设备Id
|
|
|
- */
|
|
|
- @Excel(name = "设备Id", orderNum = "3")
|
|
|
- private String sbId;
|
|
|
- /**
|
|
|
- * 设备Id -名称
|
|
|
- */
|
|
|
- @Excel(name = "设备Id", orderNum = "3")
|
|
|
- private String sbInfoName;
|
|
|
-
|
|
|
- /**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "4")
|
|
|
- private Integer repairId;
|
|
|
-
|
|
|
- /**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "5")
|
|
|
- private String userId;
|
|
|
-
|
|
|
- /**
|
|
|
- * 类型
|
|
|
- */
|
|
|
- @Excel(name = "类型", orderNum = "6")
|
|
|
- private Integer type;
|
|
|
-
|
|
|
- /**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "7")
|
|
|
- private LocalDate applyDate;
|
|
|
-
|
|
|
- /**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "8")
|
|
|
- private LocalDate startDate;
|
|
|
-
|
|
|
- /**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "9")
|
|
|
- private LocalDate stopDate;
|
|
|
-
|
|
|
- /**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "10")
|
|
|
- private String content;
|
|
|
-
|
|
|
- /**
|
|
|
- * 状态
|
|
|
- */
|
|
|
- @Excel(name = "状态", orderNum = "11")
|
|
|
- private Integer status;
|
|
|
-
|
|
|
- /**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "12")
|
|
|
- private String remark;
|
|
|
-
|
|
|
- /**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "13")
|
|
|
- private LocalDateTime createdTime;
|
|
|
-
|
|
|
- /**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "14")
|
|
|
- private LocalDateTime updateTime;
|
|
|
-
|
|
|
- /**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "15")
|
|
|
- private String createdUserId;
|
|
|
-
|
|
|
- /**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "16")
|
|
|
- private String createdUserName;
|
|
|
-
|
|
|
- /**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "17")
|
|
|
- private String updateUserId;
|
|
|
-
|
|
|
- /**
|
|
|
- * $column.comments
|
|
|
- */
|
|
|
- @Excel(name = "$column.comments", orderNum = "18")
|
|
|
- private String updateUserName;
|
|
|
-
|
|
|
-
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "1")
|
|
|
+ private String id;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "2")
|
|
|
+ private String no;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 设备Id
|
|
|
+ */
|
|
|
+ @Excel(name = "设备Id", orderNum = "3")
|
|
|
+ private String sbId;
|
|
|
+ /**
|
|
|
+ * 设备Id -名称
|
|
|
+ */
|
|
|
+ @Excel(name = "设备Id", orderNum = "3")
|
|
|
+ private String sbInfoName;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "4")
|
|
|
+ private Integer repairId;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "5")
|
|
|
+ private String userId;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 类型
|
|
|
+ */
|
|
|
+ @Excel(name = "类型", orderNum = "6")
|
|
|
+ private Integer type;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "7")
|
|
|
+ private LocalDate applyDate;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "8")
|
|
|
+ private LocalDate startDate;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "9")
|
|
|
+ private LocalDate stopDate;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "10")
|
|
|
+ private String content;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 状态
|
|
|
+ */
|
|
|
+ @Excel(name = "状态", orderNum = "11")
|
|
|
+ private Integer status;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "12")
|
|
|
+ private String remark;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "13")
|
|
|
+ private LocalDateTime createdTime;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "14")
|
|
|
+ private LocalDateTime updateTime;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "15")
|
|
|
+ private String createdUserId;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "16")
|
|
|
+ private String createdUserName;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "17")
|
|
|
+ private String updateUserId;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * $column.comments
|
|
|
+ */
|
|
|
+ @Excel(name = "$column.comments", orderNum = "18")
|
|
|
+ private String updateUserName;
|
|
|
+
|
|
|
+
|
|
|
}
|