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


前端上传不用这么传了
content: JSON.stringify(this.dataForm.content),