| | |
| | | import java.io.Serializable; |
| | | import java.util.Map; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/vo/AlarmSummaryGraphShiftVO.class */ |
| | | |
| | | public class AlarmSummaryGraphShiftVO implements Serializable { |
| | | private static final long serialVersionUID = -8003785349807567815L; |
| | | @ApiModelProperty("班次") |
| | |
| | | private String shiftIndexName; |
| | | private Map<String, Integer> res; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/vo/AlarmSummaryGraphShiftVO$AlarmSummaryGraphShiftVOBuilder.class */ |
| | | |
| | | public static class AlarmSummaryGraphShiftVOBuilder { |
| | | private Integer shiftIndex; |
| | | private String shiftIndexName; |