hyingbo
7 天以前 cc0e9036de6e922e8fe254fef01d8de9996024b7
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/IDeviceManagementService.java
@@ -66,4 +66,11 @@
     * @return
     */
    List<DeviceManagement> getDeviceManagementListByProductionId(String productionId);
    /**
     * 通过id查询设备列表信息
     * @param id
     * @return
     */
    List<MdcEquipment> getEquipmentListById(String id);
}