Browse Source

Merge remote-tracking branch 'origin/dev_0814' into dev_0814

dev
liuchuang 6 years ago
parent
commit
5ef6814c59
  1. 5
      esua-epdc/epdc-module/epdc-news/epdc-news-client/src/main/java/com/elink/esua/epdc/dto/epdc/result/EpdcInformationListResultDTO.java

5
esua-epdc/epdc-module/epdc-news/epdc-news-client/src/main/java/com/elink/esua/epdc/dto/epdc/result/EpdcInformationListResultDTO.java

@ -1,8 +1,10 @@
package com.elink.esua.epdc.dto.epdc.result;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
/**
* 移动端用户消息列表用
@ -27,7 +29,8 @@ public class EpdcInformationListResultDTO implements Serializable {
/**
* 时间
*/
private String time;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date time;
/**
* 标题
*/

Loading…
Cancel
Save