| | |
| | | public List<MetaEntity> selectByPage(Integer depid, Integer dirid, String name, Integer limit, Integer offset); |
| | | |
| | | /** |
| | | * 查询记录数 |
| | | * |
| | | * @param depid |
| | | * @param dirs |
| | | * @param name |
| | | * @return |
| | | */ |
| | | public Integer selectMetasForCount(Integer depid, String dirs, String name); |
| | | |
| | | /** |
| | | * 分页查询 |
| | | * |
| | | * @param depid |
| | | * @param dirs |
| | | * @param name |
| | | * @param limit |
| | | * @param offset |
| | | * @return |
| | | */ |
| | | public List<MetaEntity> selectMetasForPage(Integer depid, String dirs, String name, Integer limit, Integer offset); |
| | | |
| | | /** |
| | | * 查询上传记录数 |
| | | * |
| | | * @param name 名称 |