lius
2023-09-07 aec08e3c84590f50f5673a24ce9367f82bdb872c
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/quartz/dto/SysQuartzLogDto.java
@@ -14,6 +14,8 @@
@Data
public class SysQuartzLogDto {
    @Excel(name = "任务名称", width = 40)
    private String jobName;
    @Excel(name = "任务类名", width = 40)
    private String jobClassName;
    @Excel(name = "cron表达式", width = 30)