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
8114851e
Commit
8114851e
authored
Dec 08, 2022
by
limei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
焊口信息接口
parent
56e81f65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
WeldController.java
...n/amos/boot/module/ugp/biz/controller/WeldController.java
+9
-0
WeldServiceImpl.java
...mos/boot/module/ugp/biz/service/impl/WeldServiceImpl.java
+2
-0
No files found.
amos-boot-system-ugp/amos-boot-module-ugp-biz/src/main/java/com/yeejoin/amos/boot/module/ugp/biz/controller/WeldController.java
View file @
8114851e
...
@@ -221,4 +221,13 @@ public class WeldController extends BaseController {
...
@@ -221,4 +221,13 @@ public class WeldController extends BaseController {
return
ResponseHelper
.
buildResponse
(
weldServiceImpl
.
getWeldList
(
region
));
return
ResponseHelper
.
buildResponse
(
weldServiceImpl
.
getWeldList
(
region
));
}
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@GetMapping
(
value
=
"/getWeld"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"获取焊口定位信息"
,
notes
=
"获取焊口定位信息"
)
public
ResponseModel
<
List
<
Weld
>>
getWeld
(
@RequestParam
(
value
=
"region"
,
required
=
false
)
String
region
){
return
ResponseHelper
.
buildResponse
(
weldServiceImpl
.
list
());
}
}
}
amos-boot-system-ugp/amos-boot-module-ugp-biz/src/main/java/com/yeejoin/amos/boot/module/ugp/biz/service/impl/WeldServiceImpl.java
View file @
8114851e
...
@@ -369,4 +369,5 @@ class WeldServiceImpl extends BaseService<WeldDto, Weld, WeldMapper> implements
...
@@ -369,4 +369,5 @@ class WeldServiceImpl extends BaseService<WeldDto, Weld, WeldMapper> implements
return
weldList
;
return
weldList
;
}
}
}
}
\ No newline at end of file
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