| | |
| | | import com.qianwen.smartman.modules.mdc.entity.SuperAggregateOutput; |
| | | import com.qianwen.smartman.modules.mdc.entity.SuperAggregateState; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/perf/dto/EmployeePerfDTO.class */ |
| | | |
| | | public class EmployeePerfDTO implements Serializable { |
| | | private static final long serialVersionUID = -2730725625238870868L; |
| | | @ApiModelProperty("状态") |
| | |
| | | @ApiModelProperty("员工信息") |
| | | private Map<String, EmployeeDTO> employees; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/perf/dto/EmployeePerfDTO$EmployeePerfDTOBuilder.class */ |
| | | |
| | | public static class EmployeePerfDTOBuilder { |
| | | private List<SuperAggregateState> states; |
| | | private List<SuperAggregateOutput> outputs; |