@JSON(format="yyyy-MM-dd")
public Date getCreatDate() {
return creatdate;
}
@JSON(format="yyyy-MM-dd hh-mm-ss")
public Date getCreatDate() {
return creatdate;
}
-----------------------------------------------------------------------------