This commit is contained in:
Jane
2023-12-26 20:32:33 +08:00
parent c639590744
commit c674440585
5 changed files with 113 additions and 7 deletions

View File

@@ -34,6 +34,11 @@ public class ScheduleJobEntity implements Serializable {
*/
private String jobName;
/**
* 任务类型
*/
private String jobType;
/**
* bean名称
*/