wfansh 5 месяцев назад
Родитель
Сommit
65baa9e378

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/adweb/dmp/service/google/GAReportService.java

@@ -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 =