TRS-ZS-564 月报
This commit is contained in:
@@ -3,6 +3,7 @@ using YLErp.Model;
|
||||
using YLErp.Modules.SuperviseReportModule.ExtendReport.Common;
|
||||
using YLErp.Modules.SuperviseReportModule.ExtendReport.GeLin;
|
||||
using YLErp.Modules.SuperviseReportModule.ExtendReport.ZheQi;
|
||||
using YLErp.Modules.SuperviseReportModule.ExtendReport.ZheShang;
|
||||
|
||||
namespace YLErp.Modules.SuperviseReportModule.ExtendReport
|
||||
{
|
||||
@@ -48,6 +49,9 @@ namespace YLErp.Modules.SuperviseReportModule.ExtendReport
|
||||
case "客户资金记录报表":
|
||||
service = new CustomerFundsReport(optUser, req);
|
||||
break;
|
||||
case "月报基础数据债券收益互换":
|
||||
service = new SwapTradeMothReport(optUser, req);
|
||||
break;
|
||||
default:
|
||||
throw new ServiceException("报表未实现");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user