|
|
@@ -1,5 +1,6 @@
|
|
|
package com.xjrsoft.module.student.dto;
|
|
|
|
|
|
+import com.fasterxml.jackson.annotation.JsonIgnore;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
|
|
|
@@ -27,4 +28,7 @@ public class BaseStudentSimpleInfoDto {
|
|
|
private String archivesStatus;
|
|
|
|
|
|
private List<String> idNumberList;
|
|
|
+
|
|
|
+ @JsonIgnore
|
|
|
+ private Integer findNewStudent = 1;
|
|
|
}
|