| | |
| | | */ |
| | | void removeEquipmentsForDepart(String departId, List<String> equipmentIdList); |
| | | |
| | | /** |
| | | * 移除设备和产线关系 |
| | | */ |
| | | void removeEquipmentForProduction(String productionId, String equipmentId); |
| | | // /** |
| | | // * 移除设备和产线关系 |
| | | // */ |
| | | // void removeEquipmentForProduction(String productionId, String equipmentId); |
| | | |
| | | /** |
| | | * 批量移除产线和设备关系 |
| | | */ |
| | | void removeEquipmentsForProduction(String productionId, List<String> equipmentIdList); |
| | | // /** |
| | | // * 批量移除产线和设备关系 |
| | | // */ |
| | | // void removeEquipmentsForProduction(String productionId, List<String> equipmentIdList); |
| | | |
| | | /** |
| | | * 加载部门设备树 |
| | |
| | | */ |
| | | List<MdcEquipment> exportXlsList(MdcEquipmentVo mdcEquipment); |
| | | |
| | | /** |
| | | * 通过车间ids获取设备树 |
| | | * |
| | | * @param ids |
| | | * @return |
| | | */ |
| | | List<MdcEquipmentTree> loadTreeListByProductionIds(String ids); |
| | | // /** |
| | | // * 通过车间ids获取设备树 |
| | | // * |
| | | // * @param ids |
| | | // * @return |
| | | // */ |
| | | // List<MdcEquipmentTree> loadTreeListByProductionIds(String ids); |
| | | |
| | | /** |
| | | * 查询单表数据 |