You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
像这种表结构 class Category() { .... var parent: Category? = null var children = mutableListOf<Category>() }
保存的时候报错: java.util.ArrayList cannot be cast to org.litepal.crud.LitePalSupport
对数据库不太熟,是我使用方式不对吗?3.2.3版本
The text was updated successfully, but these errors were encountered:
像这种表结构
class Category() { .... var parent: Category? = null var children = mutableListOf<Category>() }
保存的时候报错:
java.util.ArrayList cannot be cast to org.litepal.crud.LitePalSupport
对数据库不太熟,是我使用方式不对吗?3.2.3版本
The text was updated successfully, but these errors were encountered: