feat:导出问题bug修改

kingbase
wangxy 9 months ago
parent e3d6ee3672
commit c988b20f4b

@ -31,7 +31,7 @@ public class TdLeave extends BaseEntity
/** 提交人 */
private Long userId;
@Excel(name = "提交人")
@Excel(name = "员姓名")
private String userName;
public String getUserName() {
@ -55,7 +55,7 @@ public class TdLeave extends BaseEntity
private String leavereason;
/** 单位 */
@Excel(name = "单位")
@Excel(name = "所属单位")
private String depart;
/** 离职时间 */
@ -64,11 +64,11 @@ public class TdLeave extends BaseEntity
private Date leavedate;
/** 工作交接 */
@Excel(name = "工作交接")
@Excel(name = "工作交接", readConverterExp = "0=已交接,1=未交接")
private String workstate;
/** 离职状态0未离职1已离职 */
@Excel(name = "离职状态", readConverterExp = "0=未离职1已离职")
@Excel(name = "离职状态", readConverterExp = "0=未离职,1=已离职")
private String leavestate;
/** 审核人 */
@ -81,7 +81,7 @@ public class TdLeave extends BaseEntity
private Date examinedate;
/** 审核意见0通过1不通过2审核中 */
@Excel(name = "审核意见", readConverterExp = "0=通过1不通过2审核中")
@Excel(name = "审核意见", readConverterExp = "0=通过,1不通过,2审核中")
private String examinestate;
public void setId(Long id)

Loading…
Cancel
Save