gongchunyi
3 天以前 a4a1dfdf28789ba6b649cc4b8a5d8e6025f52a0f
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;
@@ -92,7 +92,7 @@
     * 维护时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = "维护时间" , width = 30, dateFormat = "yyyy-MM-dd")
    @Excel(name = "维护时间", width = 30, dateFormat = "yyyy-MM-dd")
    private Date maintenanceTime;
    @TableField(fill = FieldFill.INSERT)
@@ -122,4 +122,8 @@
    @ApiModelProperty("宜搭修改时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime formModifiedTime;
    @ApiModelProperty("数据来源(1-宜搭/2-手动新增)'")
    private Integer type;
}