zhangherong
2025-05-15 8fb8d37784ce6c466f7142275e1eace2cb012e44
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);
}