public interface ICategoryService
Modifier and Type | Method and Description |
---|---|
void |
addCategory(Category category)
插入油画分类信息
|
void |
deleteById(Integer cgid)
根据ID删除某一具体分类
|
List<Category> |
getCategories()
查询全部油画分类
|
Copyright © 2019. All rights reserved.