|
@@ -68,6 +68,12 @@ public class supervisorSelectionSettingRespVO {
|
|
|
@Schema(description = "合作导师")
|
|
|
private String workSupervisor;
|
|
|
|
|
|
+ @Schema(description = "代理学硕名额")
|
|
|
+ private Integer agentAcademicSlots;
|
|
|
+
|
|
|
+ @Schema(description = "代理专硕名额")
|
|
|
+ private Integer agentProfessionalSlots;
|
|
|
+
|
|
|
|
|
|
|
|
|
}
|