LuoTong
2024-04-22 fc634fec8ee2b145e4de67d71ca3c4e8b41698af
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComStreetService.java
@@ -4,6 +4,9 @@
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.vos.R;
import com.panzhihua.common.model.vos.community.ComActVO;
import com.panzhihua.common.model.vos.community.ComStreetVO;
@@ -94,4 +97,8 @@
    R populationStatics(Long streetId);
    R probably(Integer year,String belongTo);
    SumAreaStreetResp sumAreaStreet();
    AreaStreetDetail areaStreetDetail(String code, String type);
}