fastjson格式化日期 时间

 

@JSONField (format="HH:mm")
@Column(name = "time", length = 8)
public Time getTime() {
	return this.time;
}

 

 

你可能感兴趣的:(java)