From 8e0decd25b9ec86b02d58de53dee1451f83d1566 Mon Sep 17 00:00:00 2001
From: huliguo <2023611923@qq.com>
Date: 星期四, 10 七月 2025 23:48:35 +0800
Subject: [PATCH] 新增

---
 src/main/java/com/linghu/mapper/PlatformMapper.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/linghu/mapper/PlatformMapper.java b/src/main/java/com/linghu/mapper/PlatformMapper.java
index 5180439..1bdaa37 100644
--- a/src/main/java/com/linghu/mapper/PlatformMapper.java
+++ b/src/main/java/com/linghu/mapper/PlatformMapper.java
@@ -10,5 +10,6 @@
  * @Entity com.linghu.model.entity.Platfrom
  */
 public interface PlatformMapper extends BaseMapper<Platform> {
+    public Platform getPlatformByDomain(String domain);
 
 }

--
Gitblit v1.7.1