|
@@ -9,6 +9,7 @@ public class AddOrUpdateStudentCountReq extends BaseRequest {
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
private static final long serialVersionUID = 5261907902680716730L;
|
|
private static final long serialVersionUID = 5261907902680716730L;
|
|
|
|
+ private Long batchTime;
|
|
private Long rootOrgId;
|
|
private Long rootOrgId;
|
|
private Long orgId;
|
|
private Long orgId;
|
|
private Integer onlineCount;
|
|
private Integer onlineCount;
|
|
@@ -30,5 +31,11 @@ public class AddOrUpdateStudentCountReq extends BaseRequest {
|
|
public void setOnlineCount(Integer onlineCount) {
|
|
public void setOnlineCount(Integer onlineCount) {
|
|
this.onlineCount = onlineCount;
|
|
this.onlineCount = onlineCount;
|
|
}
|
|
}
|
|
|
|
+ public Long getBatchTime() {
|
|
|
|
+ return batchTime;
|
|
|
|
+ }
|
|
|
|
+ public void setBatchTime(Long batchTime) {
|
|
|
|
+ this.batchTime = batchTime;
|
|
|
|
+ }
|
|
|
|
|
|
}
|
|
}
|