|
@ -20,8 +20,6 @@ package com.elink.esua.epdc.modules.volunteer.excel; |
|
|
import cn.afterturn.easypoi.excel.annotation.Excel; |
|
|
import cn.afterturn.easypoi.excel.annotation.Excel; |
|
|
import lombok.Data; |
|
|
import lombok.Data; |
|
|
|
|
|
|
|
|
import java.util.Date; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 志愿活动表 |
|
|
* 志愿活动表 |
|
|
* |
|
|
* |
|
@ -31,89 +29,95 @@ import java.util.Date; |
|
|
@Data |
|
|
@Data |
|
|
public class VactInfoExcel { |
|
|
public class VactInfoExcel { |
|
|
|
|
|
|
|
|
@Excel(name = "主键") |
|
|
// @Excel(name = "主键")
|
|
|
private String id; |
|
|
// private String id;
|
|
|
|
|
|
@Excel(name = "所属组织") |
|
|
|
|
|
private String orgNames; |
|
|
|
|
|
|
|
|
@Excel(name = "标题") |
|
|
@Excel(name = "标题") |
|
|
private String title; |
|
|
private String title; |
|
|
|
|
|
|
|
|
@Excel(name = "活动头图") |
|
|
@Excel(name = "活动起止日期") |
|
|
private String headPic; |
|
|
private String startEndTime; |
|
|
|
|
|
|
|
|
@Excel(name = "活动开始时间") |
|
|
// @Excel(name = "活动头图")
|
|
|
private Date actStartTime; |
|
|
// private String headPic;
|
|
|
|
|
|
|
|
|
@Excel(name = "活动结束时间") |
|
|
// @Excel(name = "活动开始时间")
|
|
|
private Date actEndTime; |
|
|
// private Date actStartTime;
|
|
|
|
|
|
//
|
|
|
|
|
|
// @Excel(name = "活动结束时间")
|
|
|
|
|
|
// private Date actEndTime;
|
|
|
|
|
|
|
|
|
@Excel(name = "活动地点") |
|
|
@Excel(name = "活动地点") |
|
|
private String actAddress; |
|
|
private String actAddress; |
|
|
|
|
|
|
|
|
@Excel(name = "报名要求") |
|
|
// @Excel(name = "报名要求")
|
|
|
private String requirement; |
|
|
// private String requirement;
|
|
|
|
|
|
|
|
|
@Excel(name = "活动内容") |
|
|
|
|
|
private String actContent; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "是否只允许志愿者参加 0否 1是") |
|
|
// @Excel(name = "活动内容")
|
|
|
private String volunteerFlag; |
|
|
// private String actContent;
|
|
|
|
|
|
|
|
|
@Excel(name = "联系人") |
|
|
// @Excel(name = "是否只允许志愿者参加 0否 1是")
|
|
|
private String contacts; |
|
|
// private String volunteerFlag;
|
|
|
|
|
|
|
|
|
@Excel(name = "联系电话") |
|
|
// @Excel(name = "联系人")
|
|
|
private String tel; |
|
|
// private String contacts;
|
|
|
|
|
|
//
|
|
|
|
|
|
// @Excel(name = "联系电话")
|
|
|
|
|
|
// private String tel;
|
|
|
|
|
|
|
|
|
@Excel(name = "审核状态:0-审核中,5-未通过,10-待发布,15已发布") |
|
|
@Excel(name = "审核状态", |
|
|
|
|
|
replace = { "审核中_0", "未通过_5", "待发布_10", "已发布_15"} ) |
|
|
private String state; |
|
|
private String state; |
|
|
|
|
|
|
|
|
@Excel(name = "审核理由") |
|
|
// @Excel(name = "审核理由")
|
|
|
private String reason; |
|
|
// private String reason;
|
|
|
|
|
|
|
|
|
@Excel(name = "用户ID") |
|
|
// @Excel(name = "用户ID")
|
|
|
private String userId; |
|
|
// private String userId;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "头像地址") |
|
|
// @Excel(name = "头像地址")
|
|
|
private String faceImg; |
|
|
// private String faceImg;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "党员标识:0否1是") |
|
|
// @Excel(name = "党员标识:0否1是")
|
|
|
private String partyFlag; |
|
|
// private String partyFlag;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "部门ID") |
|
|
// @Excel(name = "部门ID")
|
|
|
private String deptId; |
|
|
// private String deptId;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "部门名称") |
|
|
// @Excel(name = "部门名称")
|
|
|
private String deptName; |
|
|
// private String deptName;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "所有部门ID") |
|
|
// @Excel(name = "所有部门ID")
|
|
|
private String allDeptIds; |
|
|
// private String allDeptIds;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "所有部门名称") |
|
|
// @Excel(name = "所有部门名称")
|
|
|
private String allDeptNames; |
|
|
// private String allDeptNames;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "父所有部门") |
|
|
// @Excel(name = "父所有部门")
|
|
|
private String parentDeptIds; |
|
|
// private String parentDeptIds;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "父所有部门") |
|
|
// @Excel(name = "父所有部门")
|
|
|
private String parentDeptNames; |
|
|
// private String parentDeptNames;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "删除标识 0-否,1-是") |
|
|
// @Excel(name = "删除标识 0-否,1-是")
|
|
|
private String delFlag; |
|
|
// private String delFlag;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "乐观锁") |
|
|
// @Excel(name = "乐观锁")
|
|
|
private Integer revision; |
|
|
// private Integer revision;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "创建人") |
|
|
// @Excel(name = "创建人")
|
|
|
private String createdBy; |
|
|
// private String createdBy;
|
|
|
|
|
|
|
|
|
@Excel(name = "创建时间") |
|
|
@Excel(name = "提交时间") |
|
|
private Date createdTime; |
|
|
private String createdTime; |
|
|
|
|
|
|
|
|
@Excel(name = "更新人") |
|
|
// @Excel(name = "更新人")
|
|
|
private String updatedBy; |
|
|
// private String updatedBy;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "更新时间") |
|
|
// @Excel(name = "更新时间")
|
|
|
private Date updatedTime; |
|
|
// private Date updatedTime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |