Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
Project
Project
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
station
YeeAmosFireAutoSysRoot
Commits
27fb08a5
Commit
27fb08a5
authored
Jan 19, 2021
by
田涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预案接口优化
parent
69e5a524
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ContingencyPlanController.java
...os/fas/business/controller/ContingencyPlanController.java
+2
-2
No files found.
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/controller/ContingencyPlanController.java
View file @
27fb08a5
...
...
@@ -20,7 +20,7 @@ import java.util.List;
@RestController
@RequestMapping
(
"/api/contingencyPlan"
)
@Api
(
"预案api"
)
@Api
(
tags
=
"预案api"
)
public
class
ContingencyPlanController
extends
BaseController
{
@Autowired
...
...
@@ -75,7 +75,7 @@ public class ContingencyPlanController extends BaseController {
* 数字预案分页查询
*/
@Permission
@ApiOperation
(
value
=
"
查看数字预案详情"
,
notes
=
"查看数字预案详情
"
)
@ApiOperation
(
value
=
"
数字预案分页查询"
,
notes
=
"数字预案分页查询
"
)
@GetMapping
(
value
=
"/page"
,
produces
=
"application/json;charset=UTF-8"
)
public
CommonResponse
pageFilter
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"planName"
,
required
=
false
)
String
planName
,
...
...
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