Browse Source

1.13,补充

Crazy 6 months ago
parent
commit
ca20d43d05

+ 6 - 0
yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/controller/admin/supervisorSelectionSetting/vo/supervisorSelectionSettingRespVO.java

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