| | |
| | | import java.io.Serializable; |
| | | import java.util.Map; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/vo/AlarmSummaryGraphVO.class */ |
| | | |
| | | public class AlarmSummaryGraphVO implements Serializable { |
| | | private static final long serialVersionUID = -8003785349807567815L; |
| | | private Map<String, Integer> res; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/vo/AlarmSummaryGraphVO$AlarmSummaryGraphVOBuilder.class */ |
| | | |
| | | public static class AlarmSummaryGraphVOBuilder { |
| | | private Map<String, Integer> res; |
| | | |