mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
udpate 联联获取令牌接口
This commit is contained in:
@@ -58,4 +58,11 @@ public interface DockingPlatformConfigMapper
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteDockingPlatformConfigByIds(Integer[] ids);
|
||||
|
||||
/**
|
||||
* 通过operatorId查询配置信息
|
||||
* @param operatorId
|
||||
* @return
|
||||
*/
|
||||
DockingPlatformConfig getInfoByOperatorId(String operatorId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user