@@ -0,0 +1,11 @@
+package com.nokia.tsl_data.service;
+
+import org.springframework.stereotype.Service;
+/**
+ * 投诉报表数据生成
+ */
+@Service
+public class TslReportGenerateService {
+}