Explorar o código

导出企微客户添加字段添加时间

ct hai 1 semana
pai
achega
0fb04aa7bf

+ 2 - 0
fs-service/src/main/java/com/fs/qw/vo/QwExternalContactVO.java

@@ -95,7 +95,9 @@ public class QwExternalContactVO {
 
     private Integer transferStatus;
     private Integer status;
+
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    @Excel(name = "添加时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
     private Date createTime;
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date lossTime;