From fb5aa087eaf6a68cf7ea8114beb270551016e7dd Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期二, 29 七月 2025 11:27:45 +0800 Subject: [PATCH] 添加定型指派设备 --- lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamEquipment.java | 25 +++++++++++-------------- 1 files changed, 11 insertions(+), 14 deletions(-) diff --git a/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamEquipment.java b/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamEquipment.java index e2e70ba..59e3040 100644 --- a/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamEquipment.java +++ b/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamEquipment.java @@ -121,9 +121,9 @@ @ApiModelProperty(value = "瀹夎浣嶇疆") private java.lang.String installationPosition; /** - * 璧勪骇鐘舵�� + * 璧勪骇浣跨敤鐘舵�� */ - @Excel(name = "璧勪骇鐘舵��", width = 15, dicCode = "asset_status", orderNum = "7") + @Excel(name = "璧勪骇浣跨敤鐘舵��", width = 15, dicCode = "asset_status", orderNum = "7") @ApiModelProperty(value = "璧勪骇鐘舵��") @Dict(dicCode = "asset_status") private java.lang.String assetStatus; @@ -210,12 +210,6 @@ @ApiModelProperty(value = "澶囨敞") private java.lang.String remark; /** - * 鍖哄彿 - */ - @Excel(name = "鍖哄彿", width = 15, orderNum = "23") - @ApiModelProperty(value = "鍖哄彿") - private String areaCode; - /** * 澶栧舰灏哄 */ @Excel(name = "澶栧舰灏哄", width = 15, orderNum = "24") @@ -271,6 +265,14 @@ @Dict(dicCode = "equipment_abc_flag") private java.lang.String equipmentImportance; + /** + * 鎶�鏈姸鎬� + */ + @Excel(name = "鎶�鏈姸鎬�", width = 15, dicCode = "technology_status", orderNum = "7") + @ApiModelProperty(value = "鎶�鏈姸鎬�") + @Dict(dicCode = "technology_status") + private java.lang.String technologyStatus; + /** =================== 鑸畤鏁戠敓 鏈敤鐨勫瓧娈� 寮�濮� ==========================**/ @@ -314,12 +316,7 @@ @ApiModelProperty(value = "鏄惁鐗圭璁惧") private java.lang.String specialEquipment; - /** - * 鎶�鏈姸鎬� - */ - @ApiModelProperty(value = "鎶�鏈姸鎬�") - @Dict(dicCode = "technology_status") - private java.lang.String technologyStatus; + /** * 璐ㄤ繚寮�濮嬫棩鏈� -- Gitblit v1.9.3