查询列表使用原始

This commit is contained in:
wgx 2026-03-24 11:46:11 +08:00
parent 9a40de6804
commit 2906f3fa32
1 changed files with 2 additions and 2 deletions

View File

@ -320,13 +320,13 @@ public class SurvHisdataSoil implements Serializable {
/**
* 更新时间
*/
@TableField("DEPLOY_ID")
@TableField("deploy_id")
private String deployId;
/**
* 更新时间
*/
@TableField("DEPLOY_TYPE")
@TableField("deploy_type")
private String deployType;
@ApiModelProperty(value = "设备名称")