net.sf.json.JSONException: java.lang.reflect.InvocationTargetException
时间:2015-05-12 22:19:58
收藏:0
阅读:213
private java.sql.Date startDate;
public java.sql.Date getStartDate() {
return startDate;
}
public void setStartDate(java.sql.Date startDate) {
this.startDate = startDate;
}
评论(0)