1、插入一条数据@Insert(onConflict = OnConflictStrategy.REPLACE) Long save(tablename list);2、分页查询一条数据@Query("select * from tableName where id=:id and beanState=0 ORDER BY id DESC " + "LIMIT :limit_va
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号