lyh
2025-07-24 f1b7de2d0bf989ff38b0bd2c52d4bb8b753af42c
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)