🔨 批量上传任务.

This commit is contained in:
lijiahang
2024-05-08 19:13:06 +08:00
parent 0774662b4f
commit 26172ea651
27 changed files with 891 additions and 77 deletions

View File

@@ -87,6 +87,8 @@ public interface ErrorMessage {
String LOG_ABSENT = "日志不存在";
String TASK_ABSENT = "任务不存在";
String ILLEGAL_STATUS = "当前状态不支持此操作";
String CHECK_AUTHORIZED_HOST = "请选择已授权的主机";