| | |
| | | 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 名称 |
| | |
| | | public List<MetaEntity> selectMetaFiles(List<Integer> ids); |
| | | |
| | | /** |
| | | * 查询Excel元数据 |
| | | * |
| | | * @param ids 元数据ID集合 |
| | | * @param tabs 表名字符串 |
| | | * @return 元数据文件集合 |
| | | */ |
| | | public List<MetaEntity> selectXlsAnnex(Integer[] ids, String tabs); |
| | | |
| | | /** |
| | | * 插入一条 |
| | | * |
| | | * @param entity |