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/EamReportProductHazards.java | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamReportProductHazards.java b/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamReportProductHazards.java index 588c64b..b3c75ea 100644 --- a/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamReportProductHazards.java +++ b/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamReportProductHazards.java @@ -50,6 +50,11 @@ @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") @ApiModelProperty(value = "鏇存柊鏃ユ湡") private Date updateTime; + /**鍒犻櫎鏍囪*/ + @Excel(name = "鍒犻櫎鏍囪", width = 15) + @ApiModelProperty(value = "鍒犻櫎鏍囪") + @TableLogic + private Integer delFlag; /**鎶ヤ慨ID*/ @Excel(name = "鎶ヤ慨ID", width = 15) @ApiModelProperty(value = "鎶ヤ慨ID") @@ -58,6 +63,11 @@ @Excel(name = "璁惧ID", width = 15) @ApiModelProperty(value = "璁惧ID") private String equipmentId; + /**纭鐘舵��*/ + @Excel(name = "纭鐘舵��", width = 15) + @ApiModelProperty(value = "纭鐘舵��") + @Dict(dicCode = "confirm_status") + private String confirmStatus; /**鎿嶄綔宸�*/ @Excel(name = "鎿嶄綔宸�", width = 15) @ApiModelProperty(value = "鎿嶄綔宸�") @@ -90,6 +100,10 @@ @Excel(name = "涓荤宸ヨ壓纭鎰忚", width = 15) @ApiModelProperty(value = "涓荤宸ヨ壓纭鎰忚") private String technologistComment; + /**涓荤宸ヨ壓纭缁撴灉*/ + @Excel(name = "涓荤宸ヨ壓纭缁撴灉", width = 15) + @ApiModelProperty(value = "涓荤宸ヨ壓纭缁撴灉") + private String technologistResult; /**閮ㄧ骇棰嗗*/ @Excel(name = "閮ㄧ骇棰嗗", width = 15) @ApiModelProperty(value = "閮ㄧ骇棰嗗") @@ -104,6 +118,14 @@ @Excel(name = "閮ㄧ骇棰嗗纭鎰忚", width = 15) @ApiModelProperty(value = "閮ㄧ骇棰嗗纭鎰忚") private String deputyDepartmentComment; + /**閮ㄧ骇棰嗗纭缁撴灉*/ + @Excel(name = "閮ㄧ骇棰嗗纭缁撴灉", width = 15) + @ApiModelProperty(value = "閮ㄧ骇棰嗗纭缁撴灉") + private String deputyDepartmentResult; + /**HF缂栫爜*/ + @Excel(name = "HF缂栫爜", width = 15) + @ApiModelProperty(value = "HF缂栫爜") + private String hfCode; //鍒楄〃灞曠ず @TableField(exist = false) private String equipmentCode; @@ -113,4 +135,13 @@ private String equipmentModel; @TableField(exist = false) private String installationPosition; + /**鎵规鍙�*/ + @TableField(exist = false) + private String batchNumber; + /**鍔犲伐闆朵欢鍙�*/ + @TableField(exist = false) + private String processingPart; + /**浠舵暟*/ + @TableField(exist = false) + private String quantity; } -- Gitblit v1.9.3