lidongdong
2023-09-01 5da6b2e80f6c54d07ce60b228bf668a1e6ec6be6
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BcRegionService.java
@@ -20,4 +20,18 @@
     * @return
     */
    R pageList(String province, String city, String country,String town);
    R selectCommunityCodeByName( String city, String country,String town,String villagetr);
    /**
     * 四级联动列表
     * @return
     */
    R levelList(Integer level,String code);
    /**
     * 四级联动列表
     * @return
     */
    R levelListBackstage();
}