美文网首页
使用greenDao编译时在实体类中报错

使用greenDao编译时在实体类中报错

作者: tgcity | 来源:发表于2018-03-27 15:46 被阅读0次

    原因:greenDao不识别Obiect类型的元素

    举例:

    @Entity

    public class CommunityDonationBean{

        @Id

        private int id;

        private Object text_content;

    }

    将其中的text_content类型换成具体的属性类型

    相关文章

      网友评论

          本文标题:使用greenDao编译时在实体类中报错

          本文链接:https://www.haomeiwen.com/subject/qzcscftx.html