From f812cebb7b58fa3d0fead186c29c72518f18423d Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期五, 25 七月 2025 14:42:05 +0800 Subject: [PATCH] 设备故障登记 --- lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamReportAccidentsRegister.java | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 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..fa0e0d0 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; @@ -111,6 +108,7 @@ /**鎿嶄綔宸�*/ @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 +119,7 @@ /**鍖洪暱*/ @Excel(name = "鍖洪暱", width = 15) @ApiModelProperty(value = "鍖洪暱") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String district; /**鍖洪暱纭*/ @Excel(name = "鍖洪暱纭", width = 15) @@ -139,6 +138,7 @@ /**涓績涓讳换*/ @Excel(name = "涓績涓讳换", width = 15) @ApiModelProperty(value = "涓績涓讳换") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String centerDirector; /**涓績涓讳换纭*/ @Excel(name = "涓績涓讳换纭", width = 15) @@ -189,6 +189,7 @@ /**缁翠慨宸ョ‘璁�*/ @Excel(name = "缁翠慨宸ョ‘璁�", width = 15) @ApiModelProperty(value = "缁翠慨纭") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String repairConfirm; /**缁翠慨宸ョ‘璁ょ粨鏋�*/ @Excel(name = "缁翠慨宸ョ‘璁ょ粨鏋�", width = 15) @@ -207,6 +208,7 @@ /**缁翠慨缁勯暱纭*/ @Excel(name = "缁翠慨缁勯暱纭", width = 15) @ApiModelProperty(value = "缁翠慨缁勯暱纭") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String repairGroupLeader; /**缁翠慨缁勯暱鎰忚*/ @Excel(name = "缁翠慨缁勯暱鎰忚", width = 15) @@ -225,6 +227,7 @@ /**缁翠慨缁勯暱(鍖洪暱)纭*/ @Excel(name = "缁翠慨缁勯暱(鍖洪暱)纭", width = 15) @ApiModelProperty(value = "缁翠慨缁勯暱(鍖洪暱)纭") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String repairDistrict; /**缁翠慨缁勯暱(鍖洪暱)鎰忚*/ @Excel(name = "缁翠慨缁勯暱(鍖洪暱)鎰忚", width = 15) @@ -259,6 +262,7 @@ /**鎶�鏈礋璐d汉*/ @Excel(name = "鎶�鏈礋璐d汉", width = 15) @ApiModelProperty(value = "鎶�鏈礋璐d汉") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String technicalDirector; /**鎶�鏈礋璐d汉纭鎰忚*/ @Excel(name = "鎶�鏈礋璐d汉纭鎰忚", width = 15) @@ -277,6 +281,7 @@ /**鎶�鏈富绠″绾ч瀵�*/ @Excel(name = "鎶�鏈富绠″绾ч瀵�", width = 15) @ApiModelProperty(value = "鎶�鏈富绠″绾ч瀵�") + @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") private String technicalDirectorLeader; /**鎶�鏈富绠″绾ч瀵肩‘璁ゆ剰瑙�*/ @Excel(name = "鎶�鏈富绠″绾ч瀵肩‘璁ゆ剰瑙�", width = 15) @@ -295,6 +300,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