Lius
2025-07-01 66984f6210e9b8f357e74492bb2e054b55de2b2c
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)