Commit 46b7905a authored by gaoyingwei's avatar gaoyingwei

修改 字段加注解

parent 22057fbf
...@@ -113,6 +113,8 @@ public class DoorDeviceInfo extends CyIdIncreEntity<DoorDeviceInfo> { ...@@ -113,6 +113,8 @@ public class DoorDeviceInfo extends CyIdIncreEntity<DoorDeviceInfo> {
* 上报时间 * 上报时间
*/ */
@Excel(name = "设备上报时间", format ="yyyy/MM/dd HH:mm:ss",orderNum = "6", width = 20) @Excel(name = "设备上报时间", format ="yyyy/MM/dd HH:mm:ss",orderNum = "6", width = 20)
@Transient
@TableField(exist = false)
private Date reportTime; private Date reportTime;
/** /**
...@@ -126,6 +128,8 @@ public class DoorDeviceInfo extends CyIdIncreEntity<DoorDeviceInfo> { ...@@ -126,6 +128,8 @@ public class DoorDeviceInfo extends CyIdIncreEntity<DoorDeviceInfo> {
* 设备上班数据内容 (告警原因) * 设备上班数据内容 (告警原因)
*/ */
@Excel(name = "告警原因",orderNum = "7", width = 20) @Excel(name = "告警原因",orderNum = "7", width = 20)
@Transient
@TableField(exist = false)
private String dataVal; private String dataVal;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment