Lius
2025-05-21 af96f82798013f05e4bbd49ba2280e1d3fc46085
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)