From 92bd9ed78ad1da026b81fcd8e88445b6834bba76 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期二, 01 四月 2025 17:12:11 +0800
Subject: [PATCH] art: 设备管理-保养标准-点检导入功能

---
 lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EamMaintenanceStandard.java |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EamMaintenanceStandard.java b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EamMaintenanceStandard.java
index 61ba6ad..111fc78 100644
--- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EamMaintenanceStandard.java
+++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EamMaintenanceStandard.java
@@ -10,7 +10,6 @@
 import lombok.EqualsAndHashCode;
 import lombok.experimental.Accessors;
 import org.jeecg.common.aspect.annotation.Dict;
-import org.jeecgframework.poi.excel.annotation.Excel;
 import org.springframework.format.annotation.DateTimeFormat;
 
 import java.io.Serializable;
@@ -33,66 +32,53 @@
     @ApiModelProperty(value = "涓婚敭")
 	private String id;
 	/**鍒涘缓浜�*/
-	@Excel(name = "鍒涘缓浜�", width = 15)
     @ApiModelProperty(value = "鍒涘缓浜�")
 	private String createBy;
 	/**鍒涘缓鏃堕棿*/
     @ApiModelProperty(value = "鍒涘缓鏃堕棿")
 	private Date createTime;
 	/**鏇存柊浜�*/
-	@Excel(name = "鏇存柊浜�", width = 15)
     @ApiModelProperty(value = "鏇存柊浜�")
 	private String updateBy;
 	/**鏇存柊鏃堕棿*/
     @ApiModelProperty(value = "鏇存柊鏃堕棿")
 	private Date updateTime;
 	/**鍒犻櫎鏍囪*/
-	@Excel(name = "鍒犻櫎鏍囪", width = 15)
     @ApiModelProperty(value = "鍒犻櫎鏍囪")
 	private Integer delFlag;
 	/**鏍囧噯缂栫爜*/
-	@Excel(name = "鏍囧噯缂栫爜", width = 15)
     @ApiModelProperty(value = "鏍囧噯缂栫爜")
 	private String standardCode;
 	/**鏍囧噯鍚嶇О*/
-	@Excel(name = "鏍囧噯鍚嶇О", width = 15)
     @ApiModelProperty(value = "鏍囧噯鍚嶇О")
 	private String standardName;
 	/**淇濆吇鍛ㄦ湡;鍗曚綅:澶�*/
-	@Excel(name = "淇濆吇鍛ㄦ湡;鍗曚綅:澶�", width = 15)
     @ApiModelProperty(value = "淇濆吇鍛ㄦ湡;鍗曚綅:澶�")
 	private Integer maintenancePeriod;
 	/**鍒濆鏃ユ湡 浠庡摢涓�澶╁紑濮嬭绠椾笅娆′繚鍏绘棩鏈�*/
-	@Excel(name = "鍒濆鏃ユ湡", width = 15, format = "yyyy-MM-dd")
 	@ApiModelProperty(value = "鍒濆鏃ユ湡")
 	@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
 	@DateTimeFormat(pattern = "yyyy-MM-dd")
 	private Date initialDate;
 	/**淇濆吇鍒嗙被*/
-	@Excel(name = "淇濆吇鍒嗙被", width = 15, dicCode = "maintenance_category")
     @ApiModelProperty(value = "淇濆吇鍒嗙被")
 	@Dict(dicCode = "maintenance_category")
 	private String maintenanceCategory;
 	/**璁惧缂栧彿*/
-	@Excel(name = "璁惧缂栧彿", width = 15, dictTable = "eam_equipment", dicCode = "id", dicText = "equipment_code")
     @ApiModelProperty(value = "璁惧缂栧彿")
 	@Dict(dicCode = "eam_equipment, equipment_code, id")
 	private String equipmentId;
 	/**鏍囧噯鐘舵��*/
-	@Excel(name = "鏍囧噯鐘舵��", width = 15, dicCode = "maintenance_standard_status")
     @ApiModelProperty(value = "鏍囧噯鐘舵��")
 	@Dict(dicCode = "maintenance_standard_status")
 	private String standardStatus;
 	/**鏍囧噯鐗堟湰*/
-	@Excel(name = "鏍囧噯鐗堟湰", width = 15)
     @ApiModelProperty(value = "鏍囧噯鐗堟湰")
 	private Integer standardVersion;
 	/**鏂囦欢缂栧彿*/
-	@Excel(name = "鏂囦欢缂栧彿", width = 15)
 	@ApiModelProperty(value = "鏂囦欢缂栧彿")
 	private String fileCode;
 	/**鍙傝�冩枃浠�*/
-	@Excel(name = "鍙傝�冩枃浠�", width = 15)
 	@ApiModelProperty(value = "鍙傝�冩枃浠�")
 	private String referenceFile;
 }

--
Gitblit v1.9.3