文件中写到这句话,eclipse 就跳出错误提示:The attribute type is required in the declaration of attribute "cata" for element "set".请问是什么原因?谢谢!
你可以 移除验证 选择 项目工程----》在Property里面
cata这个字段的类型一定要声明
你的cata属性一定要在实体中有get,set方法。