guyue
7 天以前 1b6b900d88e109e5d1fe7a89d4c087148db4fd9d
src/main/java/com/linghu/mapper/PlatformMapper.java
@@ -2,6 +2,7 @@
import com.linghu.model.entity.Platform;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Param;
/**
 * @author xy
@@ -10,5 +11,7 @@
 * @Entity com.linghu.model.entity.Platfrom
 */
public interface PlatformMapper extends BaseMapper<Platform> {
    public Platform getPlatformByDomain(@Param("domain") String domain, @Param("platformName") String platformName);
    public Platform getPlatformByDomainWeiYi(@Param("domain") String domain);
}