Commit 23975362 authored by alex yao's avatar alex yao

feat:Ai软著

parent 2295eb0b
...@@ -10,8 +10,18 @@ public class CallbackDto { ...@@ -10,8 +10,18 @@ public class CallbackDto {
private String taskId; private String taskId;
private String status;
private Map<String, Object> result; private Map<String, Object> result;
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}
public String getTaskId() { public String getTaskId() {
return taskId; return taskId;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment