feat(可回溯): 重构

增加feign实现
This commit is contained in:
BrandWang
2023-05-09 11:17:23 +08:00
parent 875a14f2b7
commit 1b1f2392d7
4 changed files with 48 additions and 4 deletions
@@ -4,8 +4,6 @@ package com.wabestway.recall.trace.handler;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.wabestway.recall.trace.entity.RecallRecordEntity;
import com.wabestway.recall.trace.vo.RecallRecordVO;
import org.apache.ibatis.type.JdbcType;
import org.apache.ibatis.type.MappedJdbcTypes;
import org.apache.ibatis.type.MappedTypes;