Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 259105e3
authored
Jul 26, 2023
by
wangli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重命名
1 parent
ec795dd1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
project-order/src/main/java/com/dituhui/pea/order/controller/BusinessBlock.java → project-order/src/main/java/com/dituhui/pea/order/controller/BusinessBlockController.java
project-order/src/main/java/com/dituhui/pea/order/controller/BusinessLayer.java → project-order/src/main/java/com/dituhui/pea/order/controller/BusinessLayerController.java
project-order/src/main/java/com/dituhui/pea/order/controller/BusinessBlock.java
→
project-order/src/main/java/com/dituhui/pea/order/controller/BusinessBlock
Controller
.java
View file @
259105e
...
@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
...
@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
@Controller
@Controller
@RequestMapping
(
"/pea-order"
)
@RequestMapping
(
"/pea-order"
)
public
class
BusinessBlock
{
public
class
BusinessBlock
Controller
{
@GetMapping
(
"/business/service/block/list"
)
@GetMapping
(
"/business/service/block/list"
)
public
Result
<?>
businessSeverBlocks
()
{
public
Result
<?>
businessSeverBlocks
()
{
...
...
project-order/src/main/java/com/dituhui/pea/order/controller/BusinessLayer.java
→
project-order/src/main/java/com/dituhui/pea/order/controller/BusinessLayer
Controller
.java
View file @
259105e
...
@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
...
@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
@Controller
@Controller
@RequestMapping
(
"/pea-order"
)
@RequestMapping
(
"/pea-order"
)
public
class
BusinessLayer
{
public
class
BusinessLayer
Controller
{
@GetMapping
(
"/business/layer/list"
)
@GetMapping
(
"/business/layer/list"
)
public
Result
<?>
businessLayers
()
{
public
Result
<?>
businessLayers
()
{
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment