添加水电双计设备瞬时流量,实时流量数据同步

This commit is contained in:
蒾酒
2025-01-01 20:29:09 +08:00
parent 40cf501ddf
commit a26f00914d
3 changed files with 89 additions and 9 deletions

View File

@ -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)