springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngBuildingDAO.java
@@ -2,6 +2,7 @@ import java.util.List; import com.panzhihua.common.model.vos.community.VillageVO; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Select; @@ -16,4 +17,8 @@ public interface ComMngBuildingDAO extends BaseMapper<ComMngBuildingDO> { @Select("select street_id,act_id,village_id,name from com_mng_building") List<ComMngBuildingDO> findAllBuilding(); List<String> find(String ids); List<VillageVO> select(Long id); }