From 088e145409aa4f3a4e4fb355843d2e6a6c02f8cb Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期五, 12 九月 2025 18:03:06 +0800 Subject: [PATCH] 保养标准 --- src/main/java/org/jeecg/modules/eam/dto/MaintenanceStandardImport.java | 46 ++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 40 insertions(+), 6 deletions(-) diff --git a/src/main/java/org/jeecg/modules/eam/dto/MaintenanceStandardImport.java b/src/main/java/org/jeecg/modules/eam/dto/MaintenanceStandardImport.java index 451d990..f054b30 100644 --- a/src/main/java/org/jeecg/modules/eam/dto/MaintenanceStandardImport.java +++ b/src/main/java/org/jeecg/modules/eam/dto/MaintenanceStandardImport.java @@ -8,12 +8,46 @@ @Data public class MaintenanceStandardImport implements Serializable { - @Excel(name = "鍥惧彿", width = 15) - private Integer itemCode; - @Excel(name = "鐐规椤圭洰", width = 15) - private String itemName; - @Excel(name = "鐐规閮ㄤ綅", width = 15) +// @Excel(name = "NO", width = 15) +// private String itemCode; +// +// @Excel(name = "鐐规鍐呭", width = 15) +// private String itemName; +// +// @Excel(name = "鐐规鏂规硶", width = 15) +// private String subItemName; +// +// @Excel(name = "閮ㄤ綅鍚嶇О", width = 15) +// private String itemPart; +// +// @Excel(name = "鍩哄噯", width = 15) +// private String itemDemand; + + + + + @Excel(name = "NO", orderNum = "1") + private String itemCode; + + @Excel(name = "鐐规鏉′欢", orderNum = "2") + private String condition; + + @Excel(name = "閮ㄤ綅鍚嶇О", orderNum = "3") private String itemPart; - @Excel(name = "鐐规瑕佹眰", width = 15) + + @Excel(name = "鐐规鍐呭", orderNum = "4") + private String itemName; + + @Excel(name = "鐐规鏂规硶", orderNum = "5") + private String subItemName; + + @Excel(name = "鍩哄噯", orderNum = "6") private String itemDemand; + + @Excel(name = "寮傚父澶勭悊鍩哄噯", orderNum = "7") + private String abnormal; + + @Excel(name = "鍛ㄦ湡", orderNum = "8") + private String period; + } -- Gitblit v1.9.3