Commit 0bfe4851 by chenweisong

更新

parent 9b7fee53
......@@ -23,7 +23,6 @@ import java.util.Map;
@Api(tags = "模板 控制器", description = "Excel Info")
@RestController
@RequestMapping(path = "/api")
public class ExcelController {
@Autowired
......
......@@ -30,7 +30,6 @@ import static com.keymobile.rest.controller.constant.TaskConstant.*;
@Api(tags = "活动 控制器", description = "Task Info")
@RestController
@RequestMapping(path = "/api")
public class TaskController {
/**
......
......@@ -14,7 +14,6 @@ import java.util.*;
@Api(description = "User Info", tags = "用户/用户组/机构 控制器")
@RestController
@RequestMapping(path = "/api")
public class UserController {
@Autowired
......
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