|
@@ -54,7 +54,7 @@ import java.util.Objects;
|
|
|
@Service
|
|
|
public class GAReportService {
|
|
|
|
|
|
- // GA Report Entities对应的数据表名称
|
|
|
+ // GA report entities对应的数据表名称
|
|
|
private static final String TABLE_GA_COUNTRY_REPORT =
|
|
|
AnnotationUtils.findAnnotation(GACountryReport.class, TableName.class).value();
|
|
|
private static final String TABLE_GA_SOURCE_MEDIUM_REPORT =
|