Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
5e84a79c
Commit
5e84a79c
authored
Aug 17, 2021
by
kongfm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口测试修正
parent
735575bb
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
8 deletions
+7
-8
AlertCalledController.java
...boot/module/tzs/biz/controller/AlertCalledController.java
+1
-1
DispatchPaperController.java
...ot/module/tzs/biz/controller/DispatchPaperController.java
+1
-1
DispatchTaskController.java
...oot/module/tzs/biz/controller/DispatchTaskController.java
+1
-1
RepairConsultController.java
...ot/module/tzs/biz/controller/RepairConsultController.java
+1
-1
RescueProcessController.java
...ot/module/tzs/biz/controller/RescueProcessController.java
+1
-1
TemplateController.java
...os/boot/module/tzs/biz/controller/TemplateController.java
+1
-1
VoiceRecordFileController.java
.../module/tzs/biz/controller/VoiceRecordFileController.java
+1
-2
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-tzs-biz/src/main/java/com/yeejoin/amos/boot/module/tzs/biz/controller/AlertCalledController.java
View file @
5e84a79c
...
@@ -68,7 +68,7 @@ import java.util.stream.Stream;
...
@@ -68,7 +68,7 @@ import java.util.stream.Stream;
*/
*/
@RestController
@RestController
@Api
(
tags
=
"警情接警填报记录Api"
)
@Api
(
tags
=
"警情接警填报记录Api"
)
@RequestMapping
(
value
=
"/
tzs/
alert-called"
)
@RequestMapping
(
value
=
"/alert-called"
)
public
class
AlertCalledController
extends
BaseController
{
public
class
AlertCalledController
extends
BaseController
{
@Autowired
@Autowired
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-tzs-biz/src/main/java/com/yeejoin/amos/boot/module/tzs/biz/controller/DispatchPaperController.java
View file @
5e84a79c
...
@@ -34,7 +34,7 @@ import org.typroject.tyboot.core.restful.utils.ResponseModel;
...
@@ -34,7 +34,7 @@ import org.typroject.tyboot.core.restful.utils.ResponseModel;
*/
*/
@RestController
@RestController
@Api
(
tags
=
"派遣单Api"
)
@Api
(
tags
=
"派遣单Api"
)
@RequestMapping
(
value
=
"/
tzs/
dispatch-paper"
)
@RequestMapping
(
value
=
"/dispatch-paper"
)
public
class
DispatchPaperController
extends
BaseController
{
public
class
DispatchPaperController
extends
BaseController
{
@Autowired
@Autowired
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-tzs-biz/src/main/java/com/yeejoin/amos/boot/module/tzs/biz/controller/DispatchTaskController.java
View file @
5e84a79c
...
@@ -34,7 +34,7 @@ import io.swagger.annotations.ApiOperation;
...
@@ -34,7 +34,7 @@ import io.swagger.annotations.ApiOperation;
*/
*/
@RestController
@RestController
@Api
(
tags
=
"派遣任务Api"
)
@Api
(
tags
=
"派遣任务Api"
)
@RequestMapping
(
value
=
"/
tzs/
dispatch-task"
)
@RequestMapping
(
value
=
"/dispatch-task"
)
public
class
DispatchTaskController
extends
BaseController
{
public
class
DispatchTaskController
extends
BaseController
{
@Autowired
@Autowired
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-tzs-biz/src/main/java/com/yeejoin/amos/boot/module/tzs/biz/controller/RepairConsultController.java
View file @
5e84a79c
...
@@ -35,7 +35,7 @@ import java.util.List;
...
@@ -35,7 +35,7 @@ import java.util.List;
*/
*/
@RestController
@RestController
@Api
(
tags
=
"处置过程Api"
)
@Api
(
tags
=
"处置过程Api"
)
@RequestMapping
(
value
=
"/
tzs/
repair-consult"
)
@RequestMapping
(
value
=
"/repair-consult"
)
public
class
RepairConsultController
extends
BaseController
{
public
class
RepairConsultController
extends
BaseController
{
@Autowired
@Autowired
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-tzs-biz/src/main/java/com/yeejoin/amos/boot/module/tzs/biz/controller/RescueProcessController.java
View file @
5e84a79c
...
@@ -34,7 +34,7 @@ import io.swagger.annotations.ApiOperation;
...
@@ -34,7 +34,7 @@ import io.swagger.annotations.ApiOperation;
*/
*/
@RestController
@RestController
@Api
(
tags
=
"救援过程表Api"
)
@Api
(
tags
=
"救援过程表Api"
)
@RequestMapping
(
value
=
"/
tzs/
rescue-process"
)
@RequestMapping
(
value
=
"/rescue-process"
)
public
class
RescueProcessController
extends
BaseController
{
public
class
RescueProcessController
extends
BaseController
{
@Autowired
@Autowired
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-tzs-biz/src/main/java/com/yeejoin/amos/boot/module/tzs/biz/controller/TemplateController.java
View file @
5e84a79c
...
@@ -32,7 +32,7 @@ import java.util.List;
...
@@ -32,7 +32,7 @@ import java.util.List;
*/
*/
@RestController
@RestController
@Api
(
tags
=
"模板表Api"
)
@Api
(
tags
=
"模板表Api"
)
@RequestMapping
(
value
=
"/t
zs/t
emplate"
)
@RequestMapping
(
value
=
"/template"
)
public
class
TemplateController
extends
BaseController
{
public
class
TemplateController
extends
BaseController
{
@Autowired
@Autowired
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-tzs-biz/src/main/java/com/yeejoin/amos/boot/module/tzs/biz/controller/VoiceRecordFileController.java
View file @
5e84a79c
package
com
.
yeejoin
.
amos
.
boot
.
module
.
tzs
.
biz
.
controller
;
package
com
.
yeejoin
.
amos
.
boot
.
module
.
tzs
.
biz
.
controller
;
import
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper
;
import
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper
;
import
com.baomidou.mybatisplus.core.conditions.query.QueryWrapper
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.biz.common.utils.DateUtils
;
import
com.yeejoin.amos.boot.biz.common.utils.DateUtils
;
import
com.yeejoin.amos.boot.module.tzs.api.dto.AlertCalledFormDto
;
import
com.yeejoin.amos.boot.module.tzs.api.dto.AlertCalledFormDto
;
...
@@ -39,7 +38,7 @@ import java.util.UUID;
...
@@ -39,7 +38,7 @@ import java.util.UUID;
*/
*/
@RestController
@RestController
@Api
(
tags
=
"通话记录附件Api"
)
@Api
(
tags
=
"通话记录附件Api"
)
@RequestMapping
(
value
=
"/
tzs/
voice-record-file"
)
@RequestMapping
(
value
=
"/voice-record-file"
)
public
class
VoiceRecordFileController
extends
BaseController
{
public
class
VoiceRecordFileController
extends
BaseController
{
@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