Skip to content

Commit

Permalink
optimize import
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireAchao committed Apr 7, 2024
1 parent e5cc82b commit 6ce18f5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@

import com.baomidou.mybatisplus.core.toolkit.Assert;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.ibatis.type.JdbcType;
import org.apache.ibatis.type.MappedJdbcTypes;
import org.apache.ibatis.type.MappedTypes;

import java.io.IOException;
import java.lang.reflect.Field;
import java.lang.reflect.Type;

/**
* Jackson 实现 JSON 字段类型处理器
Expand Down

0 comments on commit 6ce18f5

Please sign in to comment.