LitePal库---DataSupport类被弃用
用LitePalSupport类替换
在使用LitePal库进行CRUD时需要我们的类继承DataSupport类,发现这个类被弃用了,
/**
* DataSupport is deprecated and will be removed in the future release.
* For model inheritance, use {@link LitePalSupport} instead.
* For static CRUD op, use {@link LitePal} instead.
*
* @author Tony Green
* @since 1.1
*/
我们可以使用LitePalSupport类来替代DataSupport类
---------------
我每一次回头,都感觉自己不够努力,所以我不再回头。
---------------