摘要: import com.fasterxml.jackson.databind.ObjectMapper; //转成companyEntity CompanyEntity company = mapper.convertValue(redisHandle.get(key), new TypeReference() { }); 阅读全文
posted @ 2019-05-16 15:45 huanghaunghui 阅读(1351) 评论(0) 推荐(0) 编辑