查询列表使用原始

This commit is contained in:
wgx 2026-03-24 11:08:51 +08:00
parent 2869a87e91
commit 329ad5d7a9
1 changed files with 5 additions and 5 deletions

View File

@ -116,7 +116,7 @@ public class SurvAlertRecord implements Serializable {
/** /**
* 监测项编号 * 监测项编号
*/ */
@TableField("ITEM_CODE") @TableField("item_code")
private String itemCode; private String itemCode;
/**监测项*/ /**监测项*/
@ -141,14 +141,14 @@ public class SurvAlertRecord implements Serializable {
* 正常值 * 正常值
*/ */
@Excel(name = "正常值", width = 15) @Excel(name = "正常值", width = 15)
@TableField("NORMAL_VALUE") @TableField("normal_value")
private String normalValue; private String normalValue;
/** /**
* 监测值 * 监测值
*/ */
@Excel(name = "监测值", width = 15) @Excel(name = "监测值", width = 15)
@TableField("SURV_VALUE") @TableField("surv_value")
private String survValue; private String survValue;
@ -156,14 +156,14 @@ public class SurvAlertRecord implements Serializable {
* 监测情况 * 监测情况
*/ */
@Excel(name = "监测情况", width = 15) @Excel(name = "监测情况", width = 15)
@TableField("READ_STATUS") @TableField("read_status")
private String readStatus; private String readStatus;
/** /**
* 监测单位 * 监测单位
*/ */
@Excel(name = "监测单位", width = 15) @Excel(name = "监测单位", width = 15)
@TableField("SURV_UNIT") @TableField("surv_unit")
private String survUnit; private String survUnit;
/**站点名称*/ /**站点名称*/