| | |
| | | List<Map<String, Object>> selectAllTec(Integer specificationsId, Integer version,String message); |
| | | |
| | | //右上角新增-->工艺路线-->选择工序 |
| | | List<Map<String, Object>> chooseFather(Integer specificationsId); |
| | | List<Map<String, Object>> chooseFather(Integer specificationsId,Integer version); |
| | | |
| | | //右上角新增-->技术指标-->选择工序,工艺 |
| | | List<Map<String, Object>> chooseTech(Integer specificationsId); |
| | | //右上角新增-->技术指标 物料清单 生产工艺-->选择工序,工艺 |
| | | List<Map<String, Object>> chooseTech(Integer specificationsId,Integer version); |
| | | |
| | | //批量删除 |
| | | void delAllTech(String ids); |
| | | |
| | | //查询该型号工艺下最新版本的工艺id |
| | | Integer selTech(String techfather, String techname, Integer version, Integer specificationId); |
| | | |
| | | //查询该型号下版本下的所有数据 |
| | | List<Technology> selAllByVerSpId(Integer spId, Integer ver); |
| | | } |