|
|
@@ -2,7 +2,6 @@ package com.goafanti.common.dao;
|
|
|
|
|
|
import com.goafanti.common.model.UserArchives;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
-import org.springframework.data.domain.Pageable;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
@@ -24,22 +23,7 @@ public interface UserArchivesMapper {
|
|
|
|
|
|
|
|
|
|
|
|
- /**
|
|
|
- * 查询指定行数据
|
|
|
- *
|
|
|
- * @param userArchives 查询条件
|
|
|
- * @param pageable 分页对象
|
|
|
- * @return 对象列表
|
|
|
- */
|
|
|
- List<UserArchives> findUserArchivesList(UserArchives userArchives, @Param("pageable") Pageable pageable);
|
|
|
|
|
|
- /**
|
|
|
- * 统计总行数
|
|
|
- *
|
|
|
- * @param userArchives 查询条件
|
|
|
- * @return 总行数
|
|
|
- */
|
|
|
- int findUserArchivesCount(UserArchives userArchives);
|
|
|
|
|
|
/**
|
|
|
* 新增数据
|