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 bada4841
authored
Jun 06, 2023
by
wangli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
1 parent
3c4ac354
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
project-order/src/main/java/com/alibaba/cloud/integration/order/service/impl/ProductCategoryServiceImpl.java
project-order/src/main/java/com/alibaba/cloud/integration/order/service/impl/ProductCategoryServiceImpl.java
View file @
bada484
...
@@ -6,6 +6,7 @@ import com.alibaba.cloud.integration.order.dto.ProductCategoryResp;
...
@@ -6,6 +6,7 @@ import com.alibaba.cloud.integration.order.dto.ProductCategoryResp;
import
com.alibaba.cloud.integration.order.entity.ProductCategory
;
import
com.alibaba.cloud.integration.order.entity.ProductCategory
;
import
com.alibaba.cloud.integration.order.service.ProductCategoryService
;
import
com.alibaba.cloud.integration.order.service.ProductCategoryService
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
import
org.springframework.transaction.annotation.Transactional
;
import
org.springframework.transaction.annotation.Transactional
;
import
java.util.ArrayList
;
import
java.util.ArrayList
;
...
@@ -13,6 +14,7 @@ import java.util.Comparator;
...
@@ -13,6 +14,7 @@ import java.util.Comparator;
import
java.util.List
;
import
java.util.List
;
import
java.util.stream.Collectors
;
import
java.util.stream.Collectors
;
@Service
public
class
ProductCategoryServiceImpl
implements
ProductCategoryService
{
public
class
ProductCategoryServiceImpl
implements
ProductCategoryService
{
@Autowired
@Autowired
...
...
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