lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/IDeviceTypeService.java
@@ -42,4 +42,11 @@ */ Result<?> getByBusinessId(String businessId, String type); /** * 检索NC查询对应的设备类 * @param attributionIds,attributionType,systemType,deviceManagementCode * @return */ List<DeviceType> getDeviceTypeByAttribution(List<String> attributionIds, Integer attributionType, String systemType, String deviceManagementCode); }