liujie
2025-06-09 70d2a5d0f9c6951b2d4cac954041ed73582ff7eb
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComStreetService.java
@@ -3,6 +3,11 @@
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.dtos.community.large.AreaStreetDetail;
import com.panzhihua.common.model.dtos.community.large.AreaStreetDetailResp;
import com.panzhihua.common.model.dtos.community.large.SumAreaStreetResp;
import com.panzhihua.common.model.dtos.partybuilding.QryReportResp;
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 +87,21 @@
     * 重置街道密码
     * */
    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);
    SumAreaStreetResp sumAreaStreet();
    AreaStreetDetail areaStreetDetail(String code, String type);
    List<QryReportResp> qryReport(String yearTime);
}