Commit 49d3b517 authored by alex yao's avatar alex yao

feat:Ai软著

parent 23975362
...@@ -12,6 +12,36 @@ public class CallbackDto { ...@@ -12,6 +12,36 @@ public class CallbackDto {
private String status; private String status;
private String demand;
private String ui;
private String structure;
public String getDemand() {
return demand;
}
public void setDemand(String demand) {
this.demand = demand;
}
public String getUi() {
return ui;
}
public void setUi(String ui) {
this.ui = ui;
}
public String getStructure() {
return structure;
}
public void setStructure(String structure) {
this.structure = structure;
}
private Map<String, Object> result; private Map<String, Object> result;
public String getStatus() { public String getStatus() {
......
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