Browse Source

fix设备点位表——设备ID

LLL 1 year ago
parent
commit
a39cd88215

+ 2 - 2
jeecg_module_ems/src/main/java/org/jeecg/modules/tpmTag/entity/TpmTag.java

@@ -37,8 +37,8 @@ public class TpmTag implements Serializable {
     @ApiModelProperty(value = "主键")
     private java.lang.String id;
 	/**设备ID*/
-	@Excel(name = "设备ID", width = 15)
-    @Dict(dictTable = "ems_tpm_equipment", dicText = "equipmentname", dicCode = "id")
+	@Excel(name = "设备ID", width = 15, dictTable = "ems_tpm_equipment", dicText = "equipmentname", dicCode = "id")
+	@Dict(dictTable = "ems_tpm_equipment", dicText = "equipmentname", dicCode = "id")
     @ApiModelProperty(value = "设备ID")
     private java.lang.String equipmentid;
 	/**点位名*/