| | |
| | | public List<MetaEntity> selectByPageForUpload(String name, Integer createUser, String types, Integer limit, Integer offset); |
| | | |
| | | /** |
| | | * 查询所有 |
| | | * 根据父ID查询记录数 |
| | | * |
| | | * @param metaid |
| | | * @param name |
| | | * @return |
| | | */ |
| | | public List<MetaEntity> selectAll(); |
| | | public Integer selectCountByPid(Integer metaid, String name); |
| | | |
| | | /** |
| | | * 根据父ID分页查询 |
| | | * |
| | | * @param metaid |
| | | * @param name |
| | | * @param limit |
| | | * @param offset |
| | | * @return |
| | | */ |
| | | public List<MetaEntity> selectPageByPid(Integer metaid, String name, Integer limit, Integer offset); |
| | | |
| | | /** |
| | | * 根据ID查询 |
| | |
| | | * @return |
| | | */ |
| | | public Integer inserts(List<MetaEntity> list); |
| | | |
| | | /** |
| | | * 删除一条 |
| | | * |
| | | * @param id |
| | | * @return |
| | | */ |
| | | public Integer delete(int id); |
| | | |
| | | /** |
| | | * 删除多条 |