greendao设置一对一bean报错如下: Currently only single FK columns are supported: ToOne 'dpObjectsDB' from DpPointsListDB to DpObjectsDB

解决办法:

Your DpObjectsDB class is missing an @Id property.

 

参考:https:///greenrobot/greenDAO/issues/886