|
@@ -18,6 +18,8 @@ public class StudentVisitQueryInfo extends QueryInfo {
|
|
|
|
|
|
private Integer studentId;
|
|
|
|
|
|
+ private Integer probStatus;
|
|
|
+
|
|
|
@ApiModelProperty(value = "分部id", required = false)
|
|
|
private String organId;
|
|
|
|
|
@@ -137,4 +139,12 @@ public class StudentVisitQueryInfo extends QueryInfo {
|
|
|
public void setPurpose(String purpose) {
|
|
|
this.purpose = purpose;
|
|
|
}
|
|
|
+
|
|
|
+ public Integer getProbStatus() {
|
|
|
+ return probStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setProbStatus(Integer probStatus) {
|
|
|
+ this.probStatus = probStatus;
|
|
|
+ }
|
|
|
}
|