com.alibaba.fastjson.support.config.FastJsonConfig config = new com.alibaba.fastjson.support.config.FastJsonConfig();
config.setSerializerFeatures(SerializerFeature.PrettyFormat, SerializerFeature.WriteMapNullValue);
config.setDateFormat("yyyy-MM-dd HH:mm:ss");
@JSONField(format="yyyy-MM-dd@HH:mm:ss.SSSZ")
public Date getCreateTime() {
return createTime;