not-null property references a null or transient value: com.enjoy.server.po.android.news.TComment.deleted
字面理解就是 某字段不能被设置为空
决解 :
数据库设置改下 把 非空改成允许空
实体类 把 注解该下 false
not-null property references a null or transient value: com.…
not-null property references a null or transient value: com.enjoy.server.po.android.news.TComment.deleted
字面理解就是 某字段不能被设置为空
决解 :
数据库设置改下 把 非空改成允许空
实体类 把 注解该下 false