udpate 联联获取令牌接口

This commit is contained in:
Lemon
2023-05-27 09:18:54 +08:00
parent 94d706f49e
commit 53b5432f9f
5 changed files with 63 additions and 26 deletions

View File

@@ -58,4 +58,11 @@ public interface DockingPlatformConfigMapper
* @return 结果
*/
public int deleteDockingPlatformConfigByIds(Integer[] ids);
/**
* 通过operatorId查询配置信息
* @param operatorId
* @return
*/
DockingPlatformConfig getInfoByOperatorId(String operatorId);
}