查询列表使用原始
This commit is contained in:
parent
2869a87e91
commit
329ad5d7a9
|
|
@ -116,7 +116,7 @@ public class SurvAlertRecord implements Serializable {
|
|||
/**
|
||||
* 监测项编号
|
||||
*/
|
||||
@TableField("ITEM_CODE")
|
||||
@TableField("item_code")
|
||||
private String itemCode;
|
||||
|
||||
/**监测项*/
|
||||
|
|
@ -141,14 +141,14 @@ public class SurvAlertRecord implements Serializable {
|
|||
* 正常值
|
||||
*/
|
||||
@Excel(name = "正常值", width = 15)
|
||||
@TableField("NORMAL_VALUE")
|
||||
@TableField("normal_value")
|
||||
private String normalValue;
|
||||
|
||||
/**
|
||||
* 监测值
|
||||
*/
|
||||
@Excel(name = "监测值", width = 15)
|
||||
@TableField("SURV_VALUE")
|
||||
@TableField("surv_value")
|
||||
private String survValue;
|
||||
|
||||
|
||||
|
|
@ -156,14 +156,14 @@ public class SurvAlertRecord implements Serializable {
|
|||
* 监测情况
|
||||
*/
|
||||
@Excel(name = "监测情况", width = 15)
|
||||
@TableField("READ_STATUS")
|
||||
@TableField("read_status")
|
||||
private String readStatus;
|
||||
|
||||
/**
|
||||
* 监测单位
|
||||
*/
|
||||
@Excel(name = "监测单位", width = 15)
|
||||
@TableField("SURV_UNIT")
|
||||
@TableField("surv_unit")
|
||||
private String survUnit;
|
||||
|
||||
/**站点名称*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue