gongchunyi
4 天以前 d6c8f5b4f76a50f36b51b985dc061631795d6303
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;
}