This commit is contained in:
2025-11-13 11:04:40 +08:00
parent e55a52f20b
commit 2982d53800
8 changed files with 45 additions and 31 deletions

View File

@@ -28,5 +28,6 @@ public class CrontabItem {
private String description;
private String type;
private Object value;
private Boolean required;
}
}