package net.shopxx.dao;
import java.util.List;
import net.shopxx.entity.ProductCategory;
public interface ProductCategoryDao {
/*
* 获得所有的大商品分类
*/
public List<ProductCategory> getAllProductCategory();
/*
* 获得所有的小商品分类
*/
public List<ProductCategory> getAllProductCategorySmall();
/*
* 添加商品分类
*/
public void addProductCategory(ProductCategory productCategory);
}
最近下载更多
赵鑫cdsaljkdfsa LV11
2024年6月19日
abcdljw LV20
2022年12月16日
lulululuping LV1
2022年11月8日
liweb 010928 LV1
2022年10月31日
cqbscxh LV11
2022年9月19日
ming_123_9715 LV23
2022年5月3日
李田所 LV1
2021年12月20日
儿童游戏机 LV9
2021年6月25日
928477320 LV1
2020年12月30日
dengge123 LV14
2020年9月14日

最近浏览