master
dsh 12 months ago
parent b96faf400b
commit e48a430353

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

Loading…
Cancel
Save