| | |
| | | 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); |
| | | |
| | | /** |
| | | * 订单行关联工艺文件 |
| | |
| | | * 同步otc接口 |
| | | * |
| | | * @param selectTime |
| | | * @param pathCode 0:原路径;1:订单所属公司为ZTKJ的订单 |
| | | * @param orderNo |
| | | * @return |
| | | */ |
| | | R otcCustomerOrderSync(String selectTime, String pathCode); |
| | | R otcCustomerOrderSync(String selectTime, String orderNo); |
| | | |
| | | /** |
| | | * 自动同步otc接口用于定时任务每个小时1次 |