lidongdong
2024-03-06 6218a4ceea12666b5ac74e7cbb55c4f4a8e9b0ff
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BcRegionService.java
@@ -21,9 +21,17 @@
     */
    R pageList(String province, String city, String country,String town);
    R selectCommunityCodeByName( String city, String country,String town,String villagetr);
    /**
     * 四级联动列表
     * @return
     */
    R levelList();
    R levelList(Integer level,String code);
    /**
     * 四级联动列表
     * @return
     */
    R levelListBackstage();
}