添加水电双计设备瞬时流量,实时流量数据同步
This commit is contained in:
@ -190,6 +190,15 @@ public class DeviceReportInfo extends BaseEntity
|
||||
@Excel(name = "水价单位元")
|
||||
@ApiModelProperty("水价单位元")
|
||||
private BigDecimal waterFree;
|
||||
/** 实时流量 */
|
||||
@Excel(name = "实时流量")
|
||||
@ApiModelProperty("实时流量")
|
||||
private String insFlow;
|
||||
|
||||
/** 累计流量 */
|
||||
@Excel(name = "累计流量")
|
||||
@ApiModelProperty("累计流量")
|
||||
private String sumFlow;
|
||||
//----------------------------------------------------------业务字段-----------------------------------------------------------
|
||||
/** 是否自动审核 */
|
||||
@TableField(exist = false)
|
||||
|
Reference in New Issue
Block a user