|
@@ -1,28 +0,0 @@
|
|
|
-package com.platform.rest.controller.workplace;
|
|
|
-
|
|
|
-import com.platform.common.util.R;
|
|
|
-import com.platform.service.workplace.IndexService;
|
|
|
-import lombok.AllArgsConstructor;
|
|
|
-import org.springframework.web.bind.annotation.GetMapping;
|
|
|
-import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
-import org.springframework.web.bind.annotation.RestController;
|
|
|
-
|
|
|
-/**
|
|
|
- * @Description 待办事项 控制器
|
|
|
- * @Author chenyuehu
|
|
|
- * @Date 2020-02-21 23:46:03
|
|
|
- * @Version Copyright (c) 2019,北京乾元坤和科技有限公司 All rights reserved.
|
|
|
- */
|
|
|
-@RestController
|
|
|
-@AllArgsConstructor
|
|
|
-@RequestMapping("/index/index")
|
|
|
-public class IndexController {
|
|
|
-
|
|
|
- private final IndexService indexService;
|
|
|
-
|
|
|
- @GetMapping("/getCommonMenuMineVO")
|
|
|
- public R getCommonMenuMineVO(){
|
|
|
- return new R<>(indexService.getCommonMenuMineVO());
|
|
|
- }
|
|
|
-
|
|
|
-}
|