From 10df7e29b51d6a2efacc83d870856f57d97a9b66 Mon Sep 17 00:00:00 2001
From: yanghui <2536613402@qq.com>
Date: 星期一, 24 十月 2022 13:48:24 +0800
Subject: [PATCH] #feat 修改别名

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/BcRegionDao.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/BcRegionDao.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/BcRegionDao.java
index 67dac55..d43dc76 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/BcRegionDao.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/BcRegionDao.java
@@ -2,9 +2,12 @@
 
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.panzhihua.common.model.dtos.property.CommonPage;
+import com.panzhihua.common.model.vos.community.ProvinceCityReturnVO;
 import org.apache.ibatis.annotations.Mapper;
 import com.panzhihua.service_community.entity.BcRegion;
 import org.apache.ibatis.annotations.Param;
+
+import java.util.List;
 
 /**
  * 行政区划表(BcRegion)表数据库访问层
@@ -25,4 +28,12 @@
      * @return
      */
     String selectByName(@Param("province") String province,@Param("city") String city,@Param("county")String country,@Param("town")String town);
+
+    List<ProvinceCityReturnVO> selectFirst();
+
+    List<ProvinceCityReturnVO> selectSecond(String name);
+
+    List<ProvinceCityReturnVO> selectThird(String name);
+
+    List<ProvinceCityReturnVO> selectFourth(String name);
 }

--
Gitblit v1.7.1