1、引用阿里的fastjson
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.58</version>
</dependency>
2、執行轉換
CountManage countManage=JSON.parseObject(JSON.toJSONString(params.get("countManage")), new TypeReference<CountManage>(){});
