| | |
| | | import com.qianwen.smartman.modules.coproduction.vo.OrderReportRecordResVO; |
| | | import com.qianwen.smartman.modules.coproduction.vo.OrderReportRecordSearchVO; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/service/IOrderReportRecordService.class */ |
| | | public interface IOrderReportRecordService extends BaseService<OrderReportRecord> { |
| | | List<OrderReportRecord> generateStartRecord(ResultByStartDTO resultByStartDTO, PlanAndOrderDTO planAndOrderDTO, Date startTime, Map<Long, OrderProcessStartWorkstationVO> workstationVoMap, Long mainSequenceId, Long openSequenceId); |
| | | |