package com.jhcf.category.services; import java.util.ArrayList; import com.jhcf.category.bean.Category; public interface ICategoryServices { /** * 添加分类 * @param category * @return */ public String addCatrgory(Category category); /** * 查询所有分类 * @return */ public ArrayList<Category> findAllCategory(); /** * 通过id查询分类 * @param id * @return */ public Category findCategoryById(int id); /** * 更新分类 * @param category * @return */ public String updateCategory(Category category); }

178174qasw LV10
2021年8月19日
1528280504 LV3
2021年3月4日
qingyan163 LV4
2020年8月7日
1729990558 LV3
2020年5月13日
ommmly LV5
2020年4月18日
沉醉不知归wd LV6
2020年3月31日
biminghua LV6
2020年3月12日
不停的奔跑 LV20
2020年2月8日
Lcovde LV19
2019年12月12日
p13994295637 LV7
2019年12月12日