|
@@ -3,6 +3,7 @@ package com.energy.manage.service.controller.homepage;
|
|
|
import com.energy.manage.common.reponse.ResultResp;
|
|
|
import com.energy.manage.service.controller.base.BaseServiceController;
|
|
|
import com.energy.manage.service.service.homepage.HomePageService;
|
|
|
+import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
@@ -15,6 +16,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
* @date 2024/6/13 13:52
|
|
|
* @desc
|
|
|
*/
|
|
|
+@Api(value = "HomePageController",tags = "首页查询")
|
|
|
@RestController
|
|
|
@RequestMapping("/homePage")
|
|
|
public class HomePageController extends BaseServiceController {
|