1. 程式人生 > >fastjson格式化日期 時間

fastjson格式化日期 時間

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