jinpengyong
2023-12-20 8a9366f0ff6202144ef2cb1765b873d0f0c3c626
screen-api/src/main/java/com/moral/api/pojo/dto/dataDisplay/HeatMapDTO.java
@@ -43,6 +43,8 @@
    private  String name;
    private  Integer groupId;
    public Double getCount(){
        Double count = this.count;
        if (ObjectUtils.isEmpty(count)){