| | |
| | | import com.panzhihua.service_community.model.dos.ComActNeighborCircleDO; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | |
| | | /** |
| | | * @auther lyq |
| | | * @create 2021-04-28 09:20:49 |
| | |
| | | R institutionalUnitServiceAnalysis(Integer year, Integer type, Integer range,Long communityId,Integer page,Integer size,String belongTo,Long unitId); |
| | | |
| | | /** |
| | | * 导出 |
| | | */ |
| | | R export(Integer year,String belongTo,Long communityId, HttpServletResponse response) throws Exception; |
| | | |
| | | /** |
| | | * 后台服务统计 |
| | | * @param serviceStaticDTO |
| | | * @return |