No identifier specified for entity: com.hm.erp.bean.product.vo.ZtPrdAreasVo
没有指定实体标识符,
这是因为实体类没有指定 主键id
需要在id的get方法上面添加注解:
@Id
@Column(name="ID")
No identifier specified for entity: com.hm.erp.bean.product.vo.ZtPrdAreasVo
原文:http://blog.csdn.net/kang649882/article/details/45747793