@TableField(typeHandler = FastjsonTypeHandler.class)
private List<SampleProdTplVo> content;
@TableField(exist = false, typeHandler = FastjsonTypeHandler.class)
private List<LabTestPendingEntity> items;


前端上传不用这么传了
content: JSON.stringify(this.dataForm.content),
本文探讨了如何使用FastjsonTypeHandler对前端上传的内容进行JSON字符串化处理,以简化SampleProdTplVo和LabTestPendingEntity的数据传递。
971

被折叠的 条评论
为什么被折叠?



