@Service public class ApiCategoryService extends Object
Constructor and Description |
---|
ApiCategoryService() |
Modifier and Type | Method and Description |
---|---|
void |
delete(Integer id) |
void |
deleteBatch(Integer[] ids) |
List<CategoryVo> |
queryList(Map<String,Object> map) |
CategoryVo |
queryObject(Integer id) |
int |
queryTotal(Map<String,Object> map) |
void |
save(CategoryVo category) |
void |
update(CategoryVo category) |
public CategoryVo queryObject(Integer id)
public List<CategoryVo> queryList(Map<String,Object> map)
public void save(CategoryVo category)
public void update(CategoryVo category)
public void delete(Integer id)
public void deleteBatch(Integer[] ids)
Copyright © 2021. All rights reserved.