|
@@ -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 = "设备类型")
|