说我这个属性无效、不合法的,没有定义的
org.springframework.beans.InvalidPropertyException: Invalid property 'FEntity[0][FInspectionStandard]' of bean class [com.shunda.light.model.InspectionPlan]
controller是有定义对象的,结果在controller就报上面的错了
public ServerResponse save(InspectionPlan inspectionPlan){
ServerResponse serverResponse = xjService.sumbit(inspectionPlan);
return serverResponse;
}
InspectionPlan 对象有个属性是private List FEntity;
FEntity对象属性FInspectionStandard的get/set方法也有,名字也取跟前端一样。但提交就报错了。请问这是怎么回事?
js请求是这样的
let FEntity = [];
for(let i=0,len=that.FXJXMS.length;i