Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datacollector
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenweisong
datacollector
Commits
0bfe4851
Commit
0bfe4851
authored
Apr 01, 2020
by
chenweisong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
9b7fee53
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
ExcelController.java
...n/java/com/keymobile/rest/controller/ExcelController.java
+0
-1
TaskController.java
...in/java/com/keymobile/rest/controller/TaskController.java
+0
-1
UserController.java
...in/java/com/keymobile/rest/controller/UserController.java
+0
-1
No files found.
src/main/java/com/keymobile/rest/controller/ExcelController.java
View file @
0bfe4851
...
@@ -23,7 +23,6 @@ import java.util.Map;
...
@@ -23,7 +23,6 @@ import java.util.Map;
@Api
(
tags
=
"模板 控制器"
,
description
=
"Excel Info"
)
@Api
(
tags
=
"模板 控制器"
,
description
=
"Excel Info"
)
@RestController
@RestController
@RequestMapping
(
path
=
"/api"
)
public
class
ExcelController
{
public
class
ExcelController
{
@Autowired
@Autowired
...
...
src/main/java/com/keymobile/rest/controller/TaskController.java
View file @
0bfe4851
...
@@ -30,7 +30,6 @@ import static com.keymobile.rest.controller.constant.TaskConstant.*;
...
@@ -30,7 +30,6 @@ import static com.keymobile.rest.controller.constant.TaskConstant.*;
@Api
(
tags
=
"活动 控制器"
,
description
=
"Task Info"
)
@Api
(
tags
=
"活动 控制器"
,
description
=
"Task Info"
)
@RestController
@RestController
@RequestMapping
(
path
=
"/api"
)
public
class
TaskController
{
public
class
TaskController
{
/**
/**
...
...
src/main/java/com/keymobile/rest/controller/UserController.java
View file @
0bfe4851
...
@@ -14,7 +14,6 @@ import java.util.*;
...
@@ -14,7 +14,6 @@ import java.util.*;
@Api
(
description
=
"User Info"
,
tags
=
"用户/用户组/机构 控制器"
)
@Api
(
description
=
"User Info"
,
tags
=
"用户/用户组/机构 控制器"
)
@RestController
@RestController
@RequestMapping
(
path
=
"/api"
)
public
class
UserController
{
public
class
UserController
{
@Autowired
@Autowired
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment