运控接口

develop
guyuliang 2024-08-25 16:45:50 +08:00
parent 4debf2a8a1
commit e87fad1ecd
1 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,5 @@
package com.bocloud.sms.booter.controller;
import com.bocloud.sms.entity.Department;
import com.bocloud.sms.interfaces.IndexService;
import com.megatron.common.model.GeneralResult;
import com.megatron.common.model.Pager;
@ -12,11 +11,8 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import java.util.List;
/**
*
*
@ -26,7 +22,7 @@ import java.util.List;
@RestController
@RequestMapping("/v1/index")
@Tag(name = "首页")
public class IndexController {
public class IndexDataController {
@Autowired
private IndexService indexService;