remove 不用的包

This commit is contained in:
hupeng
2020-01-03 15:39:27 +08:00
parent 2723131af4
commit 5513065e96
8 changed files with 16 additions and 36 deletions

View File

@ -1,25 +1,19 @@
package co.yixiang.modules.shop.service.impl; package co.yixiang.modules.shop.service.impl;
import co.yixiang.common.service.impl.BaseServiceImpl;
import co.yixiang.modules.shop.entity.YxStoreCategory; import co.yixiang.modules.shop.entity.YxStoreCategory;
import co.yixiang.modules.shop.mapper.YxStoreCategoryMapper; import co.yixiang.modules.shop.mapper.YxStoreCategoryMapper;
import co.yixiang.modules.shop.mapping.CategoryMap; import co.yixiang.modules.shop.mapping.CategoryMap;
import co.yixiang.modules.shop.service.YxStoreCategoryService; import co.yixiang.modules.shop.service.YxStoreCategoryService;
import co.yixiang.modules.shop.web.param.YxStoreCategoryQueryParam;
import co.yixiang.modules.shop.web.vo.YxStoreCategoryQueryVo; import co.yixiang.modules.shop.web.vo.YxStoreCategoryQueryVo;
import co.yixiang.common.service.impl.BaseServiceImpl;
import co.yixiang.common.web.vo.Paging;
import co.yixiang.utils.CateDTO; import co.yixiang.utils.CateDTO;
import co.yixiang.utils.TreeUtil; import co.yixiang.utils.TreeUtil;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.sun.scenario.effect.impl.sw.sse.SSEBlend_SRC_OUTPeer;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.core.metadata.OrderItem;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import java.io.Serializable; import java.io.Serializable;
import java.util.List; import java.util.List;

View File

@ -3,12 +3,10 @@ package co.yixiang.modules.shop.service;
import co.yixiang.modules.shop.domain.YxExpress; import co.yixiang.modules.shop.domain.YxExpress;
import co.yixiang.modules.shop.service.dto.YxExpressDTO; import co.yixiang.modules.shop.service.dto.YxExpressDTO;
import co.yixiang.modules.shop.service.dto.YxExpressQueryCriteria; import co.yixiang.modules.shop.service.dto.YxExpressQueryCriteria;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Pageable;
import java.util.Map;
import java.util.List; import java.util.List;
import java.util.Map;
/** /**
* @author hupeng * @author hupeng

View File

@ -3,12 +3,10 @@ package co.yixiang.modules.shop.service;
import co.yixiang.modules.shop.domain.YxStoreOrderStatus; import co.yixiang.modules.shop.domain.YxStoreOrderStatus;
import co.yixiang.modules.shop.service.dto.YxStoreOrderStatusDTO; import co.yixiang.modules.shop.service.dto.YxStoreOrderStatusDTO;
import co.yixiang.modules.shop.service.dto.YxStoreOrderStatusQueryCriteria; import co.yixiang.modules.shop.service.dto.YxStoreOrderStatusQueryCriteria;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Pageable;
import java.util.Map;
import java.util.List; import java.util.List;
import java.util.Map;
/** /**
* @author hupeng * @author hupeng

View File

@ -3,12 +3,10 @@ package co.yixiang.modules.shop.service;
import co.yixiang.modules.shop.domain.YxStoreProductReply; import co.yixiang.modules.shop.domain.YxStoreProductReply;
import co.yixiang.modules.shop.service.dto.YxStoreProductReplyDTO; import co.yixiang.modules.shop.service.dto.YxStoreProductReplyDTO;
import co.yixiang.modules.shop.service.dto.YxStoreProductReplyQueryCriteria; import co.yixiang.modules.shop.service.dto.YxStoreProductReplyQueryCriteria;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Pageable;
import java.util.Map;
import java.util.List; import java.util.List;
import java.util.Map;
/** /**
* @author hupeng * @author hupeng

View File

@ -3,12 +3,10 @@ package co.yixiang.modules.shop.service;
import co.yixiang.modules.shop.domain.YxSystemGroupData; import co.yixiang.modules.shop.domain.YxSystemGroupData;
import co.yixiang.modules.shop.service.dto.YxSystemGroupDataDTO; import co.yixiang.modules.shop.service.dto.YxSystemGroupDataDTO;
import co.yixiang.modules.shop.service.dto.YxSystemGroupDataQueryCriteria; import co.yixiang.modules.shop.service.dto.YxSystemGroupDataQueryCriteria;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Pageable;
import java.util.Map;
import java.util.List; import java.util.List;
import java.util.Map;
/** /**
* @author hupeng * @author hupeng

View File

@ -3,12 +3,10 @@ package co.yixiang.modules.shop.service;
import co.yixiang.modules.shop.domain.YxSystemUserLevel; import co.yixiang.modules.shop.domain.YxSystemUserLevel;
import co.yixiang.modules.shop.service.dto.YxSystemUserLevelDTO; import co.yixiang.modules.shop.service.dto.YxSystemUserLevelDTO;
import co.yixiang.modules.shop.service.dto.YxSystemUserLevelQueryCriteria; import co.yixiang.modules.shop.service.dto.YxSystemUserLevelQueryCriteria;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Pageable;
import java.util.Map;
import java.util.List; import java.util.List;
import java.util.Map;
/** /**
* @author hupeng * @author hupeng

View File

@ -3,12 +3,10 @@ package co.yixiang.modules.shop.service;
import co.yixiang.modules.shop.domain.YxSystemUserTask; import co.yixiang.modules.shop.domain.YxSystemUserTask;
import co.yixiang.modules.shop.service.dto.YxSystemUserTaskDTO; import co.yixiang.modules.shop.service.dto.YxSystemUserTaskDTO;
import co.yixiang.modules.shop.service.dto.YxSystemUserTaskQueryCriteria; import co.yixiang.modules.shop.service.dto.YxSystemUserTaskQueryCriteria;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Pageable;
import java.util.Map;
import java.util.List; import java.util.List;
import java.util.Map;
/** /**
* @author hupeng * @author hupeng

View File

@ -3,12 +3,10 @@ package co.yixiang.modules.shop.service;
import co.yixiang.modules.shop.domain.YxUserBill; import co.yixiang.modules.shop.domain.YxUserBill;
import co.yixiang.modules.shop.service.dto.YxUserBillDTO; import co.yixiang.modules.shop.service.dto.YxUserBillDTO;
import co.yixiang.modules.shop.service.dto.YxUserBillQueryCriteria; import co.yixiang.modules.shop.service.dto.YxUserBillQueryCriteria;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Pageable;
import java.util.Map;
import java.util.List; import java.util.List;
import java.util.Map;
/** /**
* @author hupeng * @author hupeng