Commit 874578cf authored by duanruiming's avatar duanruiming

删除无用工具类目录

parent afdca7dd
package net.wanji.web.util;
package net.wanji.web.common.util;
import org.springframework.stereotype.Component;
......@@ -186,7 +186,7 @@ public class IdWorker {
public static void main(String[] args) {
IdWorker idWorker = new IdWorker(0, 0);
IdWorker idWorker = new IdWorker();
for (int i = 0; i < 10000; i++) {
long nextId = idWorker.nextId();
......
......@@ -2,7 +2,7 @@ package net.wanji.web.handler;
import lombok.extern.slf4j.Slf4j;
import net.wanji.feign.pojo.result.JsonViewObject;
import net.wanji.web.exception.CrossException;
import net.wanji.web.common.exception.CrossException;
import org.springframework.validation.FieldError;
import org.springframework.web.bind.MethodArgumentNotValidException;
import org.springframework.web.bind.annotation.ExceptionHandler;
......
......@@ -3,6 +3,7 @@ package net.wanji.web.service;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import net.wanji.feign.pojo.result.JsonViewObject;
import net.wanji.web.common.enums.CrossTypeEnum;
import net.wanji.web.common.util.IdWorker;
import net.wanji.web.entity.TBaseAreaInfo;
import net.wanji.web.entity.TBaseCrossInfo;
import net.wanji.web.mapper.TBaseAreaInfoMapper;
......@@ -10,7 +11,6 @@ import net.wanji.web.mapper.TBaseCrossInfoMapper;
import net.wanji.web.po.AreaTreePO;
import net.wanji.web.po.CrossInfoPO;
import net.wanji.web.po.PageResultPO;
import net.wanji.web.util.IdWorker;
import net.wanji.web.vo.BaseCrossInfoVO;
import net.wanji.web.vo.CrossInfoVO;
import org.apache.commons.lang3.StringUtils;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment