lyh
2025-07-09 fa2ea8ba96fe9b52814fcd55f5cebf2b5ce43f9d
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)