Commit 3358589f authored by linruibiao's avatar linruibiao

整改接口

parent 63f3d46e
...@@ -21,7 +21,7 @@ import java.util.List; ...@@ -21,7 +21,7 @@ import java.util.List;
**/ **/
@RequestMapping("/{appId}/departments") @RequestMapping("/{appId}/departments")
@RestController @RestController
@Api(value = "部门信息接口", tags = "部门信息接口TAG") @Api(value = "部门信息接口", tags = "部门信息接口")
public class DeptController { public class DeptController {
@Autowired @Autowired
......
...@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.*; ...@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.*;
@RequestMapping("/{appId}/panel-configs") @RequestMapping("/{appId}/panel-configs")
@RestController @RestController
@Api(value = "仪表板样式以及数据配置", tags = "仪表板样式以及数据配置TAG") @Api(value = "仪表板样式以及数据配置", tags = "仪表板样式以及数据配置")
public class InstrumentPanelConfigController { public class InstrumentPanelConfigController {
@Autowired @Autowired
......
...@@ -24,7 +24,7 @@ import java.util.List; ...@@ -24,7 +24,7 @@ import java.util.List;
**/ **/
@RestController @RestController
@RequestMapping("/{appId}/panels") @RequestMapping("/{appId}/panels")
@Api(value = "仪表板配置接口", tags = "仪表板配置接口TAG") @Api(value = "仪表板配置接口", tags = "仪表板配置接口")
public class InstrumentPanelController { public class InstrumentPanelController {
@Autowired @Autowired
......
...@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.*; ...@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.*;
**/ **/
@RestController @RestController
@RequestMapping("/{appId}/groups") @RequestMapping("/{appId}/groups")
@Api(value = "仪表板分组", tags = "仪表板分组TAG") @Api(value = "仪表板分组", tags = "仪表板分组")
public class InstrumentPanelGroupController { public class InstrumentPanelGroupController {
@Autowired @Autowired
......
...@@ -20,7 +20,7 @@ import java.util.List; ...@@ -20,7 +20,7 @@ import java.util.List;
* @author : lin * @author : lin
* @date : 2021-03-25 18:54 * @date : 2021-03-25 18:54
**/ **/
@Api(value = "仪表板权限控制", tags = "仪表板权限控制TAG") @Api(value = "仪表板权限控制", tags = "仪表板权限控制")
@RestController @RestController
@RequestMapping("/{appId}/panel-permissions") @RequestMapping("/{appId}/panel-permissions")
public class InstrumentPanelPermissionController { public class InstrumentPanelPermissionController {
......
...@@ -19,7 +19,7 @@ import java.util.List; ...@@ -19,7 +19,7 @@ import java.util.List;
*/ */
@RestController @RestController
@RequestMapping("/{appId}/panel-tree") @RequestMapping("/{appId}/panel-tree")
@Api(value = "仪表板树接口", tags = "仪表板树接口TAG") @Api(value = "仪表板树接口", tags = "仪表板树接口")
public class InstrumentPanelTreeController { public class InstrumentPanelTreeController {
@Autowired @Autowired
private InstrumentPanelGroupService instrumentPanelGroupService; private InstrumentPanelGroupService instrumentPanelGroupService;
......
...@@ -19,7 +19,7 @@ import java.util.List; ...@@ -19,7 +19,7 @@ import java.util.List;
* @author : lin * @author : lin
* @date : 2021-03-25 17:26 * @date : 2021-03-25 17:26
**/ **/
@Api(value = "职位查询列表", tags = "职位查询列表TAG") @Api(value = "职位查询列表", tags = "职位查询列表")
@RestController @RestController
@RequestMapping("/{appId}/positions") @RequestMapping("/{appId}/positions")
public class PositionController { public class PositionController {
......
...@@ -19,7 +19,7 @@ import java.util.List; ...@@ -19,7 +19,7 @@ import java.util.List;
* @author : lin * @author : lin
* @date : 2021-03-25 18:45 * @date : 2021-03-25 18:45
**/ **/
@Api(value = "用户信息", tags = "用户信息接口TAG") @Api(value = "用户信息", tags = "用户信息接口")
@RestController @RestController
@RequestMapping("/{appId}/users") @RequestMapping("/{appId}/users")
public class UserController { public class UserController {
......
...@@ -25,7 +25,7 @@ import java.util.Map; ...@@ -25,7 +25,7 @@ import java.util.Map;
**/ **/
@RestController @RestController
@RequestMapping("/{appId}/variables") @RequestMapping("/{appId}/variables")
@Api(description = "变量控件", tags = "变量控件TAG") @Api(description = "变量控件", tags = "变量控件")
public class VariableController { public class VariableController {
@Autowired @Autowired
private VariableService variableService; private VariableService variableService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment