| | |
| | | import com.qianwen.smartman.modules.coproduction.entity.OrderWorkstation; |
| | | import com.qianwen.smartman.modules.coproduction.entity.Plan; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/ReportSourceDTO.class */ |
| | | public class ReportSourceDTO { |
| | | private Map<Long, OrderReportRecord> startRecordsMap; |
| | | private Map<Long, Plan> planMap; |
| | |
| | | private Map<Long, OrderProcess> orderProcessMap; |
| | | private Map<Long, Order> orderMap; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/ReportSourceDTO$ReportSourceDTOBuilder.class */ |
| | | |
| | | public static class ReportSourceDTOBuilder { |
| | | private Map<Long, OrderReportRecord> startRecordsMap; |
| | | private Map<Long, Plan> planMap; |