6 changed files with 63 additions and 1 deletions
			
			
		| @ -0,0 +1,33 @@ | |||
| package com.elink.esua.epdc.modules.events.excel; | |||
| 
 | |||
| import cn.afterturn.easypoi.excel.annotation.Excel; | |||
| import lombok.Data; | |||
| import org.springframework.format.annotation.DateTimeFormat; | |||
| 
 | |||
| @Data | |||
| public class rejectEventsExcel { | |||
| 
 | |||
| 
 | |||
|     /** | |||
|      * 提交人 | |||
|      */ | |||
|     @Excel(name = "提交人") | |||
|     private String nickName; | |||
|     /** | |||
|      * 提交时间 | |||
|      */ | |||
|     @Excel(name = "提交时间") | |||
|     private String createdTime; | |||
|     /** | |||
|      * 时间内容 | |||
|      */ | |||
|     @Excel(name = "议题内容") | |||
|     private String eventContent; | |||
|     /** | |||
|      * 来源:话题名称或者‘党群议事’ | |||
|      */ | |||
|     @Excel(name = "来源") | |||
|     private String groupName; | |||
|     @Excel(name = "所属网格") | |||
|     private String allDeptName; | |||
| } | |||
					Loading…
					
					
				
		Reference in new issue