添加功能
This commit is contained in:
@@ -41,4 +41,15 @@ public class AnalysisCommonController {
|
||||
public AjaxResult industryList() {
|
||||
return AjaxResult.success(analysisCommonService.industryList());
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询高校类型列表
|
||||
*
|
||||
* @return 高校类型列表
|
||||
*/
|
||||
@GetMapping("/universityTypeList")
|
||||
// @Log(title = "根据枚举名称查询枚举的所有值", businessType = BusinessType.QUERY)
|
||||
public AjaxResult universityTypeList() {
|
||||
return AjaxResult.success(analysisCommonService.universityTypeList());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user