This commit is contained in:
杜建超 2020-12-09 16:04:06 +08:00
parent 50915b9f6b
commit a686b49517

View File

@ -73,10 +73,10 @@ public class ResultTaskDto {
@Override
public String toString() {
return "ResultTaskDto{"
",name=" + name +
",processRate=" + processRate +
",orderBy=" + orderBy +
"}";
return "ResultTaskDto{" +
"name='" + name + '\'' +
", processRate=" + processRate +
", orderBy=" + orderBy +
'}';
}
}