@@ -139,4 +139,7 @@ public class AddBaseStudentSchoolRollDto {
*/
@ApiModelProperty("备注")
private String remark;
+
+ @ApiModelProperty("实习状态")
+ private String internshipState;
}
@@ -144,4 +144,7 @@ public class UpdateBaseStudentSchoolRollDto {