|
@@ -1,13 +1,9 @@
|
|
|
package com.nb.web.service.bus.service;
|
|
package com.nb.web.service.bus.service;
|
|
|
|
|
|
|
|
import com.nb.common.crud.BaseService;
|
|
import com.nb.common.crud.BaseService;
|
|
|
-import com.nb.web.api.entity.BusDeviceEntity;
|
|
|
|
|
import com.nb.web.service.bus.mapper.BusDeviceConfigurationMapper;
|
|
import com.nb.web.service.bus.mapper.BusDeviceConfigurationMapper;
|
|
|
import com.nb.web.api.entity.BusDeviceConfigurationEntity;
|
|
import com.nb.web.api.entity.BusDeviceConfigurationEntity;
|
|
|
import com.nb.web.service.bus.service.dto.DeviceConfigurationResult;
|
|
import com.nb.web.service.bus.service.dto.DeviceConfigurationResult;
|
|
|
-import com.nb.web.service.bus.service.dto.DeviceWarnCountResult;
|
|
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
-import org.springframework.context.annotation.Lazy;
|
|
|
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
@@ -15,8 +11,8 @@ import java.util.List;
|
|
|
/**
|
|
/**
|
|
|
* @author zsl
|
|
* @author zsl
|
|
|
* @version 1.0.0
|
|
* @version 1.0.0
|
|
|
- * @ClassName BusDeviceConfigurationMapper.java
|
|
|
|
|
- * @Description TODO
|
|
|
|
|
|
|
+ * @ClassName LocalBusDeviceConfigurationService.java
|
|
|
|
|
+ * @Description 远程配置
|
|
|
* @createTime 2023/6/308:08
|
|
* @createTime 2023/6/308:08
|
|
|
*/
|
|
*/
|
|
|
@Service
|
|
@Service
|