|
|
@ -1,7 +1,6 @@
|
|
|
|
package com.glxp.udi.admin.dao.info;
|
|
|
|
package com.glxp.udi.admin.dao.info;
|
|
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
|
import com.glxp.udi.admin.entity.info.PlatformEntity;
|
|
|
|
import com.glxp.udi.admin.entity.info.PlatformEntity;
|
|
|
|
import com.glxp.udi.admin.res.info.PlatformLinkResponse;
|
|
|
|
import com.glxp.udi.admin.res.info.PlatformLinkResponse;
|
|
|
@ -28,7 +27,7 @@ public interface PlatformDao extends BaseMapper<PlatformEntity> {
|
|
|
|
* @param platformLinkRequest
|
|
|
|
* @param platformLinkRequest
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
IPage<PlatformLinkResponse> getLinkPlatformList(IPage<PlatformLinkResponse> page, String customerId, String key);
|
|
|
|
List<PlatformLinkResponse> getLinkPlatformList(@Param("customerId") String customerId, @Param("key") String key);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 根据名称和访问地址查询平台信息
|
|
|
|
* 根据名称和访问地址查询平台信息
|
|
|
|