傅行帆 5 years ago
parent
commit
2548c25feb

+ 1
- 1
src/main/java/com/huiju/estateagents/statistic/entity/TsCustomerStatisticDaily.java View File

@@ -21,7 +21,7 @@ import java.time.LocalDateTime;
21 21
 @Data
22 22
 @EqualsAndHashCode(callSuper = false)
23 23
 @Accessors(chain = true)
24
-@TableName("ta_customer_statistic_daily")
24
+@TableName("ts_customer_statistic_daily")
25 25
 public class TsCustomerStatisticDaily implements Serializable {
26 26
 
27 27
     private static final long serialVersionUID = 1L;

+ 1
- 1
src/main/java/com/huiju/estateagents/statistic/entity/TsCustomerStatisticMonthly.java View File

@@ -21,7 +21,7 @@ import java.time.LocalDateTime;
21 21
 @Data
22 22
 @EqualsAndHashCode(callSuper = false)
23 23
 @Accessors(chain = true)
24
-@TableName("ta_customer_statistic_monthly")
24
+@TableName("ts_customer_statistic_monthly")
25 25
 public class TsCustomerStatisticMonthly implements Serializable {
26 26
 
27 27
     private static final long serialVersionUID = 1L;