src/main/java/com/moon/server/entity/shujian/TaskResultEntity.java
@@ -52,16 +52,34 @@ public Result() { } /** * 任务名称 */ private String name; /** * 任务状态,0:创建,1:初始化,2:执行,3:完成,4:错误,5:取消 */ private Integer status; /** * 任务编号 */ private Integer data_id; /** * 描述 */ private String description; /** * 进度 */ private Double process; /** * 执行的命令 */ private Integer command; public String getName() {