组织架构考勤规则修改二次提交
This commit is contained in:
parent
40d56c56e4
commit
df9820163d
|
|
@ -91,7 +91,7 @@ public class OrgChangeBean {
|
|||
/**
|
||||
* 审核时间
|
||||
*/
|
||||
@Excel(name = "申请时间", width = 10.0,height = 20.0, orderNum = "1")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
|
|
@ -113,7 +113,7 @@ public class OrgChangeBean {
|
|||
/**
|
||||
* 开始时间
|
||||
*/
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
@Excel(name = "申请时间", width = 10.0,height = 20.0, orderNum = "1")
|
||||
private String startTime;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue