|
@@ -1,8 +1,6 @@
|
|
package cn.com.qmth.examcloud.examwork.api.response;
|
|
package cn.com.qmth.examcloud.examwork.api.response;
|
|
|
|
|
|
-import cn.com.qmth.examcloud.api.commons.enums.BasicDataType;
|
|
|
|
import cn.com.qmth.examcloud.api.commons.exchange.BaseResponse;
|
|
import cn.com.qmth.examcloud.api.commons.exchange.BaseResponse;
|
|
-import cn.com.qmth.examcloud.api.commons.exchange.JsonSerializable;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
* @Description 处理发布中的用户
|
|
* @Description 处理发布中的用户
|
|
@@ -12,24 +10,15 @@ import cn.com.qmth.examcloud.api.commons.exchange.JsonSerializable;
|
|
*/
|
|
*/
|
|
public class DisposePublishingUserNoticeResp extends BaseResponse {
|
|
public class DisposePublishingUserNoticeResp extends BaseResponse {
|
|
|
|
|
|
- private static final long serialVersionUID = -523450513256788602L;
|
|
|
|
- private Long nextUserId;
|
|
|
|
|
|
+ private static final long serialVersionUID = -523450513256788602L;
|
|
|
|
|
|
-// private Long maxUserId;
|
|
|
|
|
|
+ private Long nextUserId;
|
|
|
|
|
|
- public Long getNextUserId() {
|
|
|
|
- return nextUserId;
|
|
|
|
- }
|
|
|
|
|
|
+ public Long getNextUserId() {
|
|
|
|
+ return nextUserId;
|
|
|
|
+ }
|
|
|
|
|
|
- public void setNextUserId(Long nextUserId) {
|
|
|
|
- this.nextUserId = nextUserId;
|
|
|
|
- }
|
|
|
|
-//
|
|
|
|
-// public Long getMaxUserId() {
|
|
|
|
-// return maxUserId;
|
|
|
|
-// }
|
|
|
|
-//
|
|
|
|
-// public void setMaxUserId(Long maxUserId) {
|
|
|
|
-// this.maxUserId = maxUserId;
|
|
|
|
-// }
|
|
|
|
|
|
+ public void setNextUserId(Long nextUserId) {
|
|
|
|
+ this.nextUserId = nextUserId;
|
|
|
|
+ }
|
|
}
|
|
}
|