@JSON(format="yyyy-MM-dd") public Date getCreatDate() { return creatdate; }
@JSON(format="yyyy-MM-dd hh-mm-ss") public Date getCreatDate() { return creatdate; }
JSON格式化
原文:http://www.cnblogs.com/Alwaysbecoding/p/6801988.html