运控接口
parent
4debf2a8a1
commit
e87fad1ecd
|
@ -1,6 +1,5 @@
|
||||||
package com.bocloud.sms.booter.controller;
|
package com.bocloud.sms.booter.controller;
|
||||||
|
|
||||||
import com.bocloud.sms.entity.Department;
|
|
||||||
import com.bocloud.sms.interfaces.IndexService;
|
import com.bocloud.sms.interfaces.IndexService;
|
||||||
import com.megatron.common.model.GeneralResult;
|
import com.megatron.common.model.GeneralResult;
|
||||||
import com.megatron.common.model.Pager;
|
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.beans.factory.annotation.Value;
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
import org.springframework.web.bind.annotation.RequestParam;
|
|
||||||
import org.springframework.web.bind.annotation.RestController;
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 首页
|
* 首页
|
||||||
*
|
*
|
||||||
|
@ -26,7 +22,7 @@ import java.util.List;
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/v1/index")
|
@RequestMapping("/v1/index")
|
||||||
@Tag(name = "首页")
|
@Tag(name = "首页")
|
||||||
public class IndexController {
|
public class IndexDataController {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private IndexService indexService;
|
private IndexService indexService;
|
Loading…
Reference in New Issue