组织架构考勤规则修改二次提交

This commit is contained in:
fl 2024-12-02 19:58:53 +08:00
parent 40d56c56e4
commit df9820163d
1 changed files with 2 additions and 2 deletions

View File

@ -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;
/**