傅行帆 5 年前
父节点
当前提交
2548c25feb

+ 1
- 1
src/main/java/com/huiju/estateagents/statistic/entity/TsCustomerStatisticDaily.java 查看文件

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

+ 1
- 1
src/main/java/com/huiju/estateagents/statistic/entity/TsCustomerStatisticMonthly.java 查看文件

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