Commit b67127ee by 王祖波

时间格式化

parent e72f06bf
package com.gic.haoban.manage.web.qo.contact;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.gic.commons.web.qo.PageQo;
import java.util.Date;
......@@ -21,6 +22,7 @@ public class ContactFollowPageQO extends PageQo {
/**
* 开始时间
*/
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date beginTime;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment