fix
This commit is contained in:
parent
50915b9f6b
commit
a686b49517
@ -73,10 +73,10 @@ public class ResultTaskDto {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "ResultTaskDto{"
|
return "ResultTaskDto{" +
|
||||||
",name=" + name +
|
"name='" + name + '\'' +
|
||||||
",processRate=" + processRate +
|
", processRate=" + processRate +
|
||||||
",orderBy=" + orderBy +
|
", orderBy=" + orderBy +
|
||||||
"}";
|
'}';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user