修改不用的引用

This commit is contained in:
Bunny 2023-12-26 10:55:06 +08:00
parent 57c9c5725e
commit c501095426
4 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,6 @@
package cn.bunny.web.product.mapper;
import cn.bunny.common.spzx.model.dto.h5.ProductSkuDto;
import cn.bunny.common.spzx.model.entity.product.Category;
import cn.bunny.common.spzx.model.entity.product.ProductSku;
import org.apache.ibatis.annotations.Mapper;

View File

@ -1,7 +1,6 @@
package cn.bunny.web.product.service;
import cn.bunny.common.spzx.model.dto.h5.ProductSkuDto;
import cn.bunny.common.spzx.model.entity.product.Category;
import cn.bunny.common.spzx.model.entity.product.ProductSku;
import com.github.pagehelper.PageInfo;

View File

@ -4,7 +4,6 @@ import cn.bunny.common.spzx.model.entity.product.Category;
import cn.bunny.web.product.mapper.CategoryMapper;
import cn.bunny.web.product.service.CategoryService;
import jakarta.annotation.Resource;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereotype.Service;
import java.util.List;

View File

@ -5,7 +5,6 @@ import cn.bunny.common.spzx.model.entity.product.ProductSku;
import cn.bunny.web.product.mapper.ProductSkuMapper;
import cn.bunny.web.product.service.ProductService;
import com.alibaba.fastjson.JSON;
import com.alibaba.nacos.common.utils.StringUtils;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import jakarta.annotation.Resource;
@ -15,7 +14,6 @@ import org.springframework.stereotype.Service;
import java.util.List;
import java.util.Objects;
import java.util.concurrent.TimeUnit;
@Service
public class ProductServiceImpl implements ProductService {