mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
update 后管枪口列表只有充电时才查询实时数据
This commit is contained in:
12
jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/nanrui/service/NRService.java
vendored
Normal file
12
jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/nanrui/service/NRService.java
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package com.jsowell.thirdparty.nanrui.service;
|
||||
|
||||
/**
|
||||
* 南瑞Service
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/9/26 9:17
|
||||
*/
|
||||
public interface NRService {
|
||||
|
||||
public String notification_stationInfo(String stationId);
|
||||
}
|
||||
18
jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/nanrui/service/impl/NRServiceImpl.java
vendored
Normal file
18
jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/nanrui/service/impl/NRServiceImpl.java
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
package com.jsowell.thirdparty.nanrui.service.impl;
|
||||
|
||||
import com.jsowell.thirdparty.nanrui.service.NRService;
|
||||
|
||||
/**
|
||||
* TODO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/9/26 9:20
|
||||
*/
|
||||
public class NRServiceImpl implements NRService {
|
||||
@Override
|
||||
public String notification_stationInfo(String stationId) {
|
||||
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user