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 2137cc5e
authored
Jun 12, 2023
by
丁伟峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改名为OrderCreateXXXXX
1 parent
1b7a4597
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
project-order/src/main/java/com/alibaba/cloud/integration/order/controller/OrderCreateController.java
project-order/src/main/java/com/alibaba/cloud/integration/order/service/OrderService.java → project-order/src/main/java/com/alibaba/cloud/integration/order/service/OrderCreateService.java
project-order/src/main/java/com/alibaba/cloud/integration/order/service/impl/OrderServiceImpl.java → project-order/src/main/java/com/alibaba/cloud/integration/order/service/impl/OrderCreateServiceImpl.java
project-order/src/main/java/com/alibaba/cloud/integration/order/controller/OrderCreateController.java
View file @
2137cc5
...
...
@@ -20,7 +20,7 @@ import com.alibaba.cloud.integration.common.BusinessException;
import
com.alibaba.cloud.integration.common.Result
;
import
com.alibaba.cloud.integration.order.dto.OrderCreateReqDTO
;
import
com.alibaba.cloud.integration.order.dto.CapacityOrderQueryReqDTO
;
import
com.alibaba.cloud.integration.order.service.OrderService
;
import
com.alibaba.cloud.integration.order.service.Order
Create
Service
;
import
com.alibaba.cloud.integration.order.service.CapacityQueryService
;
import
org.springframework.beans.factory.annotation.Autowired
;
...
...
@@ -32,7 +32,7 @@ import org.springframework.web.bind.annotation.*;
public
class
OrderCreateController
{
@Autowired
private
OrderService
orderService
;
private
Order
Create
Service
orderService
;
@Autowired
private
CapacityQueryService
capacityQueryService
;
...
...
project-order/src/main/java/com/alibaba/cloud/integration/order/service/OrderService.java
→
project-order/src/main/java/com/alibaba/cloud/integration/order/service/Order
Create
Service.java
View file @
2137cc5
...
...
@@ -20,7 +20,7 @@ import com.alibaba.cloud.integration.common.BusinessException;
import
com.alibaba.cloud.integration.common.Result
;
import
com.alibaba.cloud.integration.order.dto.OrderCreateReqDTO
;
public
interface
OrderService
{
public
interface
Order
Create
Service
{
Result
<?>
initParameter
();
...
...
project-order/src/main/java/com/alibaba/cloud/integration/order/service/impl/OrderServiceImpl.java
→
project-order/src/main/java/com/alibaba/cloud/integration/order/service/impl/Order
Create
ServiceImpl.java
View file @
2137cc5
...
...
@@ -26,7 +26,7 @@ import com.alibaba.cloud.integration.order.dto.OrderCreateReqDTO;
import
com.alibaba.cloud.integration.order.dto.ParameterRespDTO
;
import
com.alibaba.cloud.integration.order.entity.OrderRequestEntity
;
import
com.alibaba.cloud.integration.order.entity.ProductCategoryEntity
;
import
com.alibaba.cloud.integration.order.service.OrderService
;
import
com.alibaba.cloud.integration.order.service.Order
Create
Service
;
import
io.seata.core.context.RootContext
;
import
lombok.extern.slf4j.Slf4j
;
...
...
@@ -38,7 +38,7 @@ import java.util.List;
@Slf4j
@Service
public
class
Order
ServiceImpl
implements
Order
Service
{
public
class
Order
CreateServiceImpl
implements
OrderCreate
Service
{
@Autowired
private
OrderRequestDao
orderRequestDao
;
...
...
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