lidongdong
2024-03-20 0ff56cf152a4b2bb36febf47fd46d79f671b74c0
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComStreetService.java
@@ -3,6 +3,7 @@
import java.util.List;
import com.panzhihua.common.model.dtos.community.PageComStreetDTO;
import com.panzhihua.common.model.dtos.community.building.BuildingDto;
import com.panzhihua.common.model.vos.R;
import com.panzhihua.common.model.vos.community.ComActVO;
import com.panzhihua.common.model.vos.community.ComStreetVO;
@@ -82,4 +83,15 @@
     * 重置街道密码
     * */
    R repssStreet(ComStreetVO comActVO);
    R panzhihuaMap(String areaCode);
    R searchStreet(BuildingDto buildingDto);
    R oneTagThreeReal(Long street);
    R getScreenStatics();
    R populationStatics(Long streetId);
    R probably(Integer year,String belongTo);
}