2 changed files with 50 additions and 1 deletions
			
			
		@ -0,0 +1,48 @@ | 
				
			|||||
 | 
					package com.elink.esua.epdc.excel; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					import cn.afterturn.easypoi.excel.annotation.Excel; | 
				
			||||
 | 
					import lombok.Data; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					import java.math.BigDecimal; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					/** | 
				
			||||
 | 
					 *  @author: qushutong | 
				
			||||
 | 
					 *  @Date: 2020/2/13 15:23 | 
				
			||||
 | 
					 *  @Description: 网格开通导出 | 
				
			||||
 | 
					 */ | 
				
			||||
 | 
					@Data | 
				
			||||
 | 
					public class GridOpiningExcel { | 
				
			||||
 | 
					    @Excel(name = "网格名称") | 
				
			||||
 | 
					    private String allDeptName; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @Excel(name = "网格党建指导员姓名") | 
				
			||||
 | 
					    private String gridLeader; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @Excel(name = "注册用户数") | 
				
			||||
 | 
					    private Integer registerCount; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @Excel(name = "注册党员数") | 
				
			||||
 | 
					    private Integer partyCount; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @Excel(name = "新闻发布数") | 
				
			||||
 | 
					    private Integer newsCount; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @Excel(name = "社群数") | 
				
			||||
 | 
					    private Integer communityCount; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @Excel(name = "群成员数") | 
				
			||||
 | 
					    private Integer communityMemberCount; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @Excel(name = "话题数") | 
				
			||||
 | 
					    private Integer communityTopicCount; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @Excel(name = "项目数") | 
				
			||||
 | 
					    private Integer itemCount; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @Excel(name = "项目关闭数") | 
				
			||||
 | 
					    private Integer itemCloseCount; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @Excel(name = "议题数") | 
				
			||||
 | 
					    private Integer eventCount; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					} | 
				
			||||
					Loading…
					
					
				
		Reference in new issue