|
|
|
@ -41,8 +41,8 @@ public class TdTrain extends BaseEntity
|
|
|
|
|
private String trainAddress;
|
|
|
|
|
|
|
|
|
|
/** 培训日期 */
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
@Excel(name = "培训日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:MM:SS")
|
|
|
|
|
@Excel(name = "培训日期", width = 30, dateFormat = "yyyy-MM-dd HH:MM:SS")
|
|
|
|
|
private Date trainDate;
|
|
|
|
|
|
|
|
|
|
/** 创建人 */
|
|
|
|
@ -54,8 +54,8 @@ public class TdTrain extends BaseEntity
|
|
|
|
|
private String createDepartid;
|
|
|
|
|
|
|
|
|
|
/** 创建日期 */
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
@Excel(name = "创建日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:MM:SS")
|
|
|
|
|
@Excel(name = "创建日期", width = 30, dateFormat = "yyyy-MM-dd HH:MM:SS")
|
|
|
|
|
private Date createDate;
|
|
|
|
|
|
|
|
|
|
/** 更新单位 */
|
|
|
|
@ -67,8 +67,8 @@ public class TdTrain extends BaseEntity
|
|
|
|
|
private String updateStaffid;
|
|
|
|
|
|
|
|
|
|
/** 更新时间 */
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
@Excel(name = "更新时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:MM:SS")
|
|
|
|
|
@Excel(name = "更新时间", width = 30, dateFormat = "yyyy-MM-dd HH:MM:SS")
|
|
|
|
|
private Date updateDate;
|
|
|
|
|
|
|
|
|
|
/** 所属地市 */
|
|
|
|
@ -88,8 +88,8 @@ public class TdTrain extends BaseEntity
|
|
|
|
|
private Long trainState;
|
|
|
|
|
|
|
|
|
|
/** 培训结束时间 */
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
@Excel(name = "培训结束时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:MM:SS")
|
|
|
|
|
@Excel(name = "培训结束时间", width = 30, dateFormat = "yyyy-MM-dd HH:MM:SS")
|
|
|
|
|
private Date trainTimeend;
|
|
|
|
|
|
|
|
|
|
/** 部门 */
|
|
|
|
|