Commit 3358589f authored by linruibiao's avatar linruibiao

整改接口

parent 63f3d46e
......@@ -21,7 +21,7 @@ import java.util.List;
**/
@RequestMapping("/{appId}/departments")
@RestController
@Api(value = "部门信息接口", tags = "部门信息接口TAG")
@Api(value = "部门信息接口", tags = "部门信息接口")
public class DeptController {
@Autowired
......
......@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.*;
@RequestMapping("/{appId}/panel-configs")
@RestController
@Api(value = "仪表板样式以及数据配置", tags = "仪表板样式以及数据配置TAG")
@Api(value = "仪表板样式以及数据配置", tags = "仪表板样式以及数据配置")
public class InstrumentPanelConfigController {
@Autowired
......
......@@ -24,7 +24,7 @@ import java.util.List;
**/
@RestController
@RequestMapping("/{appId}/panels")
@Api(value = "仪表板配置接口", tags = "仪表板配置接口TAG")
@Api(value = "仪表板配置接口", tags = "仪表板配置接口")
public class InstrumentPanelController {
@Autowired
......
......@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.*;
**/
@RestController
@RequestMapping("/{appId}/groups")
@Api(value = "仪表板分组", tags = "仪表板分组TAG")
@Api(value = "仪表板分组", tags = "仪表板分组")
public class InstrumentPanelGroupController {
@Autowired
......
......@@ -20,7 +20,7 @@ import java.util.List;
* @author : lin
* @date : 2021-03-25 18:54
**/
@Api(value = "仪表板权限控制", tags = "仪表板权限控制TAG")
@Api(value = "仪表板权限控制", tags = "仪表板权限控制")
@RestController
@RequestMapping("/{appId}/panel-permissions")
public class InstrumentPanelPermissionController {
......
......@@ -19,7 +19,7 @@ import java.util.List;
*/
@RestController
@RequestMapping("/{appId}/panel-tree")
@Api(value = "仪表板树接口", tags = "仪表板树接口TAG")
@Api(value = "仪表板树接口", tags = "仪表板树接口")
public class InstrumentPanelTreeController {
@Autowired
private InstrumentPanelGroupService instrumentPanelGroupService;
......
......@@ -19,7 +19,7 @@ import java.util.List;
* @author : lin
* @date : 2021-03-25 17:26
**/
@Api(value = "职位查询列表", tags = "职位查询列表TAG")
@Api(value = "职位查询列表", tags = "职位查询列表")
@RestController
@RequestMapping("/{appId}/positions")
public class PositionController {
......
......@@ -19,7 +19,7 @@ import java.util.List;
* @author : lin
* @date : 2021-03-25 18:45
**/
@Api(value = "用户信息", tags = "用户信息接口TAG")
@Api(value = "用户信息", tags = "用户信息接口")
@RestController
@RequestMapping("/{appId}/users")
public class UserController {
......
......@@ -25,7 +25,7 @@ import java.util.Map;
**/
@RestController
@RequestMapping("/{appId}/variables")
@Api(description = "变量控件", tags = "变量控件TAG")
@Api(description = "变量控件", tags = "变量控件")
public class VariableController {
@Autowired
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