|
@@ -46,6 +46,9 @@ public class StudentProjectRespVO {
|
|
@Schema(description = "导师名称")
|
|
@Schema(description = "导师名称")
|
|
private String supervisor;
|
|
private String supervisor;
|
|
|
|
|
|
|
|
+ @Schema(description = "导师Id")
|
|
|
|
+ private String supervisorId;
|
|
|
|
+
|
|
@Schema(description = "校外导师名称")
|
|
@Schema(description = "校外导师名称")
|
|
private String externalSupervisor;
|
|
private String externalSupervisor;
|
|
|
|
|