终端异常统计优化

This commit is contained in:
zhuxinyu
2023-05-06 11:29:10 +08:00
parent 98eb8c3643
commit 669e843d16
3 changed files with 24 additions and 18 deletions

View File

@@ -71,6 +71,10 @@ public class TopMsgPO extends BaseEntity {
*/
private float flowValue;
private Integer onlineRateFlag;
private float onlineRateValue;
/**
* 状态 0.删除 1.正常
*/