|
@@ -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;
|