获取/更新流量计地址/管道类型接口
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user