|
@@ -135,12 +135,9 @@ public class ReportFundInfoDTO extends BaseReportDTO<ReportFundInfoDO> {
|
|
|
public String toString() {
|
|
|
return "{" +
|
|
|
super.toString() +
|
|
|
- ", advisorName='" + advisorName + '\'' +
|
|
|
", fundName='" + fundName + '\'' +
|
|
|
- ", inceptionDate='" + inceptionDate + '\'' +
|
|
|
- ", registerNumber='" + registerNumber + '\'' +
|
|
|
+ ", fundCode='" + fundCode + '\'' +
|
|
|
", companyName='" + companyName + '\'' +
|
|
|
- ", dueDate='" + dueDate + '\'' +
|
|
|
'}';
|
|
|
}
|
|
|
}
|