添加功能

This commit is contained in:
马宝龙
2026-06-26 12:37:58 +08:00
parent 690ce9d49f
commit 4424604b5b
11 changed files with 722 additions and 0 deletions

View File

@@ -26,4 +26,11 @@ public interface AnalysisCommonService {
* @return 行业列表
*/
List<DictVo> industryList();
/**
* 查询高校类型列表
*
* @return 高校类型列表
*/
List<DictVo> universityTypeList();
}