| | |
| | | import com.chinaztt.mes.plan.entity.CustomerOrderForJointStockCompany; |
| | | import com.chinaztt.mes.plan.entity.MasterProductionSchedule; |
| | | import com.chinaztt.mes.plan.entity.ProcessConfigFileOrderMapping; |
| | | import com.chinaztt.mes.plan.vo.CustomerOrderVO1; |
| | | import com.chinaztt.mes.quality.dto.CustomOrderSyncDTO; |
| | | import com.chinaztt.mes.technology.entity.Document; |
| | | import com.chinaztt.mes.warehouse.dto.PackagingDTO; |
| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | CustomerOrderDTO getCustomerOrderById(Long id); |
| | | CustomerOrderVO1 getCustomerOrderById(Long id); |
| | | |
| | | /** |
| | | * 订单行关联工艺文件 |