|
@@ -18,6 +18,7 @@ public class ReportFundInfoDTO extends BaseReportDTO<ReportFundInfoDO> {
|
|
|
/**
|
|
|
* 基金的名称
|
|
|
*/
|
|
|
+ @Getter
|
|
|
private String fundName;
|
|
|
|
|
|
/**
|
|
@@ -117,10 +118,6 @@ public class ReportFundInfoDTO extends BaseReportDTO<ReportFundInfoDO> {
|
|
|
return ReportParseUtils.matchFundCode(this.fundCode);
|
|
|
}
|
|
|
|
|
|
- public String getFundName() {
|
|
|
- return this.fundName == null ? null : this.fundName.trim().replaceAll("- ", "");
|
|
|
- }
|
|
|
-
|
|
|
public ReportFundInfoDTO() {
|
|
|
super();
|
|
|
}
|