|
|
@@ -6,6 +6,7 @@ import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
+import java.util.Date;
|
|
|
|
|
|
@Getter
|
|
|
@Setter
|
|
|
@@ -65,5 +66,5 @@ public class CorpKfServicerStatistic extends BaseEntity {
|
|
|
private Integer msgRejectedCustomerCnt;
|
|
|
|
|
|
/** 统计日期 */
|
|
|
- private String statisticsDate;
|
|
|
+ private Date statisticsDate;
|
|
|
}
|