| | |
| | | import com.chinaztt.mes.technology.dto.RoutingDTO; |
| | | import com.chinaztt.mes.technology.dto.RoutingOperationDTO; |
| | | import com.chinaztt.mes.technology.entity.Routing; |
| | | import com.chinaztt.mes.technology.entity.RoutingOperationParam; |
| | | import com.chinaztt.mes.technology.entity.RoutingOperationTemplate; |
| | | import com.chinaztt.mes.technology.excel.RoutingData; |
| | | import com.chinaztt.mes.technology.excel.RoutingExcelData; |
| | | import com.chinaztt.mes.technology.excel.StructureData; |
| | | import com.chinaztt.ztt.common.core.util.R; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | |
| | | * @param routingDTO |
| | | * @return |
| | | */ |
| | | List<RoutingOperationParam> getOperationTemplateParam(RoutingDTO routingDTO); |
| | | List<Map<String, Object>> getOperationTemplateParam(RoutingDTO routingDTO); |
| | | |
| | | /** |
| | | * 查询模板与参数 |
| | |
| | | * @param routingDTO |
| | | * @return |
| | | */ |
| | | List<RoutingOperationTemplate> addOperationTemplate(RoutingDTO routingDTO); |
| | | List<Map<String, Object>> addOperationTemplate(RoutingDTO routingDTO); |
| | | |
| | | /** |
| | | * 根据复制工序模板的id删除工序模板 |
| | |
| | | * @param routingDTO |
| | | * @return |
| | | */ |
| | | boolean addOperationTemplateParam(RoutingDTO routingDTO); |
| | | List<Map<String,Object>> addOperationTemplateParam(RoutingDTO routingDTO); |
| | | |
| | | /** |
| | | * 根据复制工序参数的id删除工序参数 |