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