Commit bada4841 by wangli

修改

1 parent 3c4ac354
......@@ -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.service.ProductCategoryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.ArrayList;
......@@ -13,6 +14,7 @@ import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;
@Service
public class ProductCategoryServiceImpl implements ProductCategoryService {
@Autowired
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!