|
|
|
@ -25,13 +25,11 @@ import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* 启动页管理 启动页管理 |
|
|
|
* |
|
|
|
* @author elink elink@elink-cn.com |
|
|
|
* @since v1.0.0 2020-03-24 |
|
|
|
*/ |
|
|
|
* @Description 启动页管理 启动页管理 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/4/27 |
|
|
|
**/ |
|
|
|
@RestController |
|
|
|
@RequestMapping("startup") |
|
|
|
public class StartupController { |
|
|
|
@ -40,11 +38,11 @@ public class StartupController { |
|
|
|
private StartupPageService startupPageService; |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.dto.result.StartupPageResultDTO> |
|
|
|
* @Description 获取欢迎页信息 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/3/25 |
|
|
|
* @Param [] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.dto.result.StartupPageResultDTO> |
|
|
|
**/ |
|
|
|
@GetMapping("getStartupPage") |
|
|
|
public Result<StartupPageResultDTO> getStartupPage() { |
|
|
|
|