获取/更新流量计地址/管道类型接口

This commit is contained in:
蒾酒
2025-01-01 01:21:58 +08:00
parent f3b9e04be9
commit e2bd886b57
3 changed files with 81 additions and 2 deletions

View File

@ -174,12 +174,24 @@ public class DeviceReportInfo extends BaseEntity
@Excel(name = "yun'xing")
@ApiModelProperty("yun'xing")
private Long runStatus;
/** 设备地址值 */
@Excel(name = "设备地址值")
@ApiModelProperty("设备地址值")
private Long addr;
/** 流量计型号1管段式2卡片式 */
@Excel(name = "流量计型号1管段式2卡片式")
@ApiModelProperty("流量计型号1管段式2卡片式")
private Integer flowModel;
//----------------------------------------------------------业务字段-----------------------------------------------------------
/** 是否自动审核 */
@TableField(exist = false)
private Boolean autoReview ;
/** 设备类型1.水电双计 2.流量计 */
@TableField(exist = false)
private String searchValue;
// @TableField(exist = false)