json 相关类转换

String str = JSON.toJSONString(smeltPlanInfoVOPageResponse)


PageResponse<SmeltPlanInfoVO> smeltPlanInfoVOPageResponse = JSON.parseObject(str, new TypeReference<PageResponse<SmeltPlanInfoVO>>(){});
posted @ 2025-08-22 15:03  星空物语之韵  阅读(5)  评论(0)    收藏  举报