From 0bc74278ff8130936bc7aed763e8901fedb4f3b0 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期五, 01 八月 2025 11:44:49 +0800 Subject: [PATCH] 故障报修新增hf编码 --- lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamReportAccidentsRegister.java | 92 +++++++++++++++++++++++++-------------------- 1 files changed, 51 insertions(+), 41 deletions(-) diff --git a/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamReportAccidentsRegister.java b/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamReportAccidentsRegister.java index 02e35bd..f0a591f 100644 --- a/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamReportAccidentsRegister.java +++ b/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamReportAccidentsRegister.java @@ -1,10 +1,7 @@ package org.jeecg.modules.eam.entity; import java.io.Serializable; -import java.io.UnsupportedEncodingException; import java.util.Date; -import java.math.BigDecimal; - import com.baomidou.mybatisplus.annotation.*; import lombok.Data; import com.fasterxml.jackson.annotation.JsonFormat; @@ -54,7 +51,7 @@ @Excel(name = "鍒犻櫎鏍囪", width = 15) @ApiModelProperty(value = "鍒犻櫎鏍囪") @TableLogic - private String delFlag; + private Integer delFlag; /**鎶ヤ慨ID*/ @Excel(name = "鎶ヤ慨ID", width = 15) @ApiModelProperty(value = "鎶ヤ慨ID") @@ -108,9 +105,14 @@ @Excel(name = "閫犳垚缁撴灉", width = 15) @ApiModelProperty(value = "閫犳垚缁撴灉") private String causingResults; + /**HF缂栫爜*/ + @Excel(name = "HF缂栫爜", width = 15) + @ApiModelProperty(value = "HF缂栫爜") + private String hfCode; /**鎿嶄綔宸�*/ @Excel(name = "鎿嶄綔宸�", width = 15) @ApiModelProperty(value = "鎿嶄綔宸�") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String confirmer; /**鎿嶄綔宸ョ‘璁ゆ椂闂�*/ @Excel(name = "鎿嶄綔宸ョ‘璁ゆ椂闂�", width = 15, format = "yyyy-MM-dd") @@ -121,6 +123,7 @@ /**鍖洪暱*/ @Excel(name = "鍖洪暱", width = 15) @ApiModelProperty(value = "鍖洪暱") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String district; /**鍖洪暱纭*/ @Excel(name = "鍖洪暱纭", width = 15) @@ -139,6 +142,7 @@ /**涓績涓讳换*/ @Excel(name = "涓績涓讳换", width = 15) @ApiModelProperty(value = "涓績涓讳换") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String centerDirector; /**涓績涓讳换纭*/ @Excel(name = "涓績涓讳换纭", width = 15) @@ -154,49 +158,50 @@ @DateTimeFormat(pattern="yyyy-MM-dd") @ApiModelProperty(value = "涓績涓讳换纭鏃堕棿") private Date centerDirectorTime; - /**缁翠慨寮�濮嬫椂闂�*/ - @Excel(name = "缁翠慨寮�濮嬫椂闂�", width = 15, format = "yyyy-MM-dd") - @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") + /**缁翠慨宸ョ‘璁�*/ + @Excel(name = "缁翠慨宸ョ‘璁�", width = 15) + @ApiModelProperty(value = "缁翠慨宸ョ‘璁�") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") + private String repairConfirm; + /**缁翠慨寮�濮嬫椂闂�*/ + @Excel(name = "缁翠慨寮�濮嬫椂闂�", width = 15, format = "yyyy-MM-dd") + @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") @DateTimeFormat(pattern="yyyy-MM-dd") @ApiModelProperty(value = "缁翠慨寮�濮嬫椂闂�") private Date reportStartTime; - /**璁惧鐘舵��*/ - @Excel(name = "璁惧鐘舵��", width = 15) + /**璁惧鐘舵��*/ + @Excel(name = "璁惧鐘舵��", width = 15) @ApiModelProperty(value = "璁惧鐘舵��") private String equipmentStatus; - /**鍘熷洜鍒嗘瀽*/ - @Excel(name = "鍘熷洜鍒嗘瀽", width = 15) + /**鍘熷洜鍒嗘瀽*/ + @Excel(name = "鍘熷洜鍒嗘瀽", width = 15) @ApiModelProperty(value = "鍘熷洜鍒嗘瀽") private String causeAnalysis; - /**妫�鏌ョ粨鏋�*/ - @Excel(name = "妫�鏌ョ粨鏋�", width = 15) + /**妫�鏌ョ粨鏋�*/ + @Excel(name = "妫�鏌ョ粨鏋�", width = 15) @ApiModelProperty(value = "妫�鏌ョ粨鏋�") private String inspectionResults; - /**閲囧彇鎺柦*/ - @Excel(name = "閲囧彇鎺柦", width = 15) + /**閲囧彇鎺柦*/ + @Excel(name = "閲囧彇鎺柦", width = 15) @ApiModelProperty(value = "閲囧彇鎺柦") private String takeSteps; - /**寤鸿閲囧彇鎺柦*/ - @Excel(name = "寤鸿閲囧彇鎺柦", width = 15) + /**寤鸿閲囧彇鎺柦*/ + @Excel(name = "寤鸿閲囧彇鎺柦", width = 15) @ApiModelProperty(value = "寤鸿閲囧彇鎺柦") private String suggestionTakeSteps; - /**寤鸿閲囧彇鎺柦鏃堕棿*/ - @Excel(name = "寤鸿閲囧彇鎺柦鏃堕棿", width = 15, format = "yyyy-MM-dd") - @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") + /**寤鸿閲囧彇鎺柦鏃堕棿*/ + @Excel(name = "寤鸿閲囧彇鎺柦鏃堕棿", width = 15, format = "yyyy-MM-dd") + @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") @DateTimeFormat(pattern="yyyy-MM-dd") @ApiModelProperty(value = "寤鸿閲囧彇鎺柦鏃堕棿") private Date suggestionTakeStepsTime; - /**缁翠慨宸ョ‘璁�*/ - @Excel(name = "缁翠慨宸ョ‘璁�", width = 15) - @ApiModelProperty(value = "缁翠慨纭") - private String repairConfirm; /**缁翠慨宸ョ‘璁ょ粨鏋�*/ @Excel(name = "缁翠慨宸ョ‘璁ょ粨鏋�", width = 15) @ApiModelProperty(value = "缁翠慨宸ョ‘璁ょ粨鏋�") private String repairConfirmResult; /**缁翠慨宸ョ‘璁ゆ剰瑙�*/ @Excel(name = "缁翠慨宸ョ‘璁ゆ剰瑙�", width = 15) - @ApiModelProperty(value = "缁翠慨纭鎰忚") + @ApiModelProperty(value = "缁翠慨宸ョ‘璁ゆ剰瑙�") private String repairConfirmComment; /**缁翠慨宸ョ‘璁ゆ椂闂�*/ @Excel(name = "缁翠慨宸ョ‘璁ゆ椂闂�", width = 15, format = "yyyy-MM-dd") @@ -207,6 +212,7 @@ /**缁翠慨缁勯暱纭*/ @Excel(name = "缁翠慨缁勯暱纭", width = 15) @ApiModelProperty(value = "缁翠慨缁勯暱纭") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String repairGroupLeader; /**缁翠慨缁勯暱鎰忚*/ @Excel(name = "缁翠慨缁勯暱鎰忚", width = 15) @@ -225,6 +231,7 @@ /**缁翠慨缁勯暱(鍖洪暱)纭*/ @Excel(name = "缁翠慨缁勯暱(鍖洪暱)纭", width = 15) @ApiModelProperty(value = "缁翠慨缁勯暱(鍖洪暱)纭") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String repairDistrict; /**缁翠慨缁勯暱(鍖洪暱)鎰忚*/ @Excel(name = "缁翠慨缁勯暱(鍖洪暱)鎰忚", width = 15) @@ -240,26 +247,27 @@ @DateTimeFormat(pattern="yyyy-MM-dd") @ApiModelProperty(value = "缁翠慨缁勯暱(鍖洪暱)纭鏃堕棿") private Date repairDistrictTime; - /**鍘熷洜鍒嗘瀽鏍稿鍚屾剰銆佷笉鍚屾剰*/ - @Excel(name = "鍘熷洜鍒嗘瀽鏍稿鍚屾剰銆佷笉鍚屾剰", width = 15) - @ApiModelProperty(value = "鍘熷洜鍒嗘瀽鏍稿鍚屾剰銆佷笉鍚屾剰") - private String checkAgree; - /**涓嶅悓鎰忓師鍥犲垎鏋�*/ - @Excel(name = "涓嶅悓鎰忓師鍥犲垎鏋�", width = 15) - @ApiModelProperty(value = "涓嶅悓鎰忓師鍥犲垎鏋�") - private String disagreeReason; - /**鏁存敼鎺柦*/ - @Excel(name = "鏁存敼鎺柦", width = 15) - @ApiModelProperty(value = "鏁存敼鎺柦") - private String rectificationMeasures; - /**浜嬫晠缁撹*/ - @Excel(name = "浜嬫晠缁撹", width = 15) - @ApiModelProperty(value = "浜嬫晠缁撹") - private String accidentConclusion; /**鎶�鏈礋璐d汉*/ @Excel(name = "鎶�鏈礋璐d汉", width = 15) @ApiModelProperty(value = "鎶�鏈礋璐d汉") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String technicalDirector; + /**鍘熷洜鍒嗘瀽鏍稿鍚屾剰銆佷笉鍚屾剰*/ + @Excel(name = "鍘熷洜鍒嗘瀽鏍稿鍚屾剰銆佷笉鍚屾剰", width = 15) + @ApiModelProperty(value = "鍘熷洜鍒嗘瀽鏍稿鍚屾剰銆佷笉鍚屾剰") + private String checkAgree; + /**涓嶅悓鎰忓師鍥犲垎鏋�*/ + @Excel(name = "涓嶅悓鎰忓師鍥犲垎鏋�", width = 15) + @ApiModelProperty(value = "涓嶅悓鎰忓師鍥犲垎鏋�") + private String disagreeReason; + /**鏁存敼鎺柦*/ + @Excel(name = "鏁存敼鎺柦", width = 15) + @ApiModelProperty(value = "鏁存敼鎺柦") + private String rectificationMeasures; + /**浜嬫晠缁撹*/ + @Excel(name = "浜嬫晠缁撹", width = 15) + @ApiModelProperty(value = "浜嬫晠缁撹") + private String accidentConclusion; /**鎶�鏈礋璐d汉纭鎰忚*/ @Excel(name = "鎶�鏈礋璐d汉纭鎰忚", width = 15) @ApiModelProperty(value = "鎶�鏈礋璐d汉纭鎰忚") @@ -277,6 +285,7 @@ /**鎶�鏈富绠″绾ч瀵�*/ @Excel(name = "鎶�鏈富绠″绾ч瀵�", width = 15) @ApiModelProperty(value = "鎶�鏈富绠″绾ч瀵�") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String technicalDirectorLeader; /**鎶�鏈富绠″绾ч瀵肩‘璁ゆ剰瑙�*/ @Excel(name = "鎶�鏈富绠″绾ч瀵肩‘璁ゆ剰瑙�", width = 15) @@ -295,6 +304,7 @@ /**涓荤閮ㄧ骇棰嗗*/ @Excel(name = "涓荤閮ㄧ骇棰嗗", width = 15) @ApiModelProperty(value = "涓荤閮ㄧ骇棰嗗") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String technicalDirectorPart; /**涓荤閮ㄧ骇棰嗗纭鏃堕棿*/ @Excel(name = "涓荤閮ㄧ骇棰嗗纭鏃堕棿", width = 15, format = "yyyy-MM-dd") -- Gitblit v1.9.3