Commit c19269b7 by chongli

赛事活动批量修改结束时间

parent 042dba15
package com.ctrip.fun.common.vo.product;
import java.util.Date;
// TODO: Auto-generated Javadoc
/**
* 资源批量修改对象.
......@@ -19,6 +22,8 @@ public class CourseResourceBatchBean {
private String cancelTips;
/**截止时间*/
private String reserveTime;
private Date endTime;
/**
* Gets the resource ids.
......@@ -105,4 +110,14 @@ public class CourseResourceBatchBean {
public void setReserveTime(String reserveTime) {
this.reserveTime = reserveTime;
}
public Date getEndTime() {
return endTime;
}
public void setEndTime(Date endTime) {
this.endTime = endTime;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment