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