‘liusuyi’
2023-09-02 636054d8d283b06802c05e0c15724c22637d8b30
ard-work/src/main/java/com/ruoyi/alarm/wall/domain/ArdAlarmWall.java
@@ -51,8 +51,32 @@
    /** 高层 */
    @Excel(name = "高层")
    private Double altitude;
    /**
     * 报警总数
     */
    private Integer total;
    /**
     * 未读报警数量
     */
    private Integer count;
    public void setId(String id)
    public Integer getTotal() {
        return total;
    }
    public void setTotal(Integer total) {
        this.total = total;
    }
    public Integer getCount() {
        return count;
    }
    public void setCount(Integer count) {
        this.count = count;
    }
    public void setId(String id)
    {
        this.id = id;
    }