qiangxuan 7 hónapja
szülő
commit
65b1ddd386

+ 3 - 0
jeecg-module-gather/src/main/java/org/jeecg/modules/device/entity/DeviceInformation.java

@@ -66,6 +66,9 @@ public class DeviceInformation implements Serializable {
     @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
     @ApiModelProperty(value = "更新日期")
     private Date updateTime;
+    @Excel(name = "备注", width = 15)
+    @ApiModelProperty(value = "备注")
+    private String deviceRemark;
     //	/**设备类型*/
 //	@Excel(name = "设备类型", width = 15, dicCode = "equipment_model")
 //    @ApiModelProperty(value = "设备类型")