Excel注解新增 dateFormat日期格式/readConverterExp读取内容转表达式
This commit is contained in:
@ -45,7 +45,7 @@ public class SysJob extends BaseEntity implements Serializable
|
||||
private String misfirePolicy = ScheduleConstants.MISFIRE_DEFAULT;
|
||||
|
||||
/** 任务状态(0正常 1暂停) */
|
||||
@Excel(name = "任务状态")
|
||||
@Excel(name = "任务状态", readConverterExp = "0=正常,1=暂停")
|
||||
private String status;
|
||||
|
||||
public Long getJobId()
|
||||
|
@ -39,7 +39,7 @@ public class SysJobLog extends BaseEntity
|
||||
private String jobMessage;
|
||||
|
||||
/** 执行状态(0正常 1失败) */
|
||||
@Excel(name = "执行状态")
|
||||
@Excel(name = "执行状态", readConverterExp = "0=正常,1=失败")
|
||||
private String status;
|
||||
|
||||
/** 异常信息 */
|
||||
|
Reference in New Issue
Block a user