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 @Override
public String toString() { public String toString() {
return "ResultTaskDto{" return "ResultTaskDto{" +
",name=" + name + "name='" + name + '\'' +
",processRate=" + processRate + ", processRate=" + processRate +
",orderBy=" + orderBy + ", orderBy=" + orderBy +
"}"; '}';
} }
} }