src/main/java/com/ruoyi/basic/pojo/Customer.java
@@ -38,14 +38,14 @@ /** * 跟进程度 */ @Excel(name = "跟进程度") // @Excel(name = "跟进程度") @TableField(exist = false) private String followUpLevel; /** * 跟进时间 */ @Excel(name = "跟进时间") // @Excel(name = "跟进时间") @TableField(exist = false) private LocalDateTime followUpTime;