package com.ruoyi.doublePrevention.entity.SPI; public class TroubleData { private String time; private Integer count; public String getTime() { return time; } public void setTime(String time) { this.time = time; } public Integer getCount() { return count; } public void setCount(Integer count) { this.count = count; } }