|
@@ -21,6 +21,19 @@ public class GetTopExamScoreQueueResp extends BaseResponse{
|
|
* 考试ID
|
|
* 考试ID
|
|
*/
|
|
*/
|
|
private Long examId;
|
|
private Long examId;
|
|
|
|
+ /**
|
|
|
|
+ * 该实体对象是否为空数据
|
|
|
|
+ */
|
|
|
|
+ private Boolean isEmpty;
|
|
|
|
+
|
|
|
|
+ public Boolean getIsEmpty() {
|
|
|
|
+ return isEmpty;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setIsEmpty(Boolean isEmpty) {
|
|
|
|
+ this.isEmpty = isEmpty;
|
|
|
|
+ }
|
|
|
|
+
|
|
public Long getExamId() {
|
|
public Long getExamId() {
|
|
return examId;
|
|
return examId;
|
|
}
|
|
}
|