首页>代码>SSH框架实现玖和财富宣传管理系统>/玖和财富/jhcf/src/com/jhcf/category/dao/ICategoryDao.java
package com.jhcf.category.dao;

import java.util.ArrayList;

import com.jhcf.category.bean.Category;

public interface ICategoryDao {

	/**
	 * 添加分类
	 * @param category
	 * @return
	 */
	public boolean addCategory(Category category);
	
	/**
	 * 查询所有分类
	 * @return
	 */
	public ArrayList<Category> findAllCategory();
	
	/**
	 * 通过id查询分类
	 * @param id
	 * @return
	 */
	public Category findCategoryById(int id);
	
	/**
	 * 更新分类
	 * @param category
	 */
	public void 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日
最近浏览更多
weilaizhisheng  LV21 2023年12月26日
爱吃零食  LV1 2023年11月2日
小屁孩  LV7 2023年6月2日
泓鼎168  LV19 2023年4月11日
彩色天空  LV5 2023年4月8日
Aiu44628  LV1 2022年12月19日
2386443441  LV1 2022年9月27日
Aniana  LV1 2022年4月30日
PrinceChu  LV2 2022年4月2日
zhaoyangwfd  LV17 2022年3月29日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友