package com.how2java.mapper; import java.util.List; import com.how2java.pojo.Category; public interface CategoryMapper { public int add(Category category); public void delete(int id); public Category get(int id); public int update(Category category); public List<Category> list(); public int count(); }

wellsjay LV6
2022年7月26日
and123456 LV11
2022年7月14日
黑 LV7
2022年7月5日
ewan007 LV30
2022年6月21日
微信网友_5972913288564736 LV1
2022年5月24日
yinxunyu12138 LV11
2022年5月9日
wyzl3321 LV25
2022年4月11日
lcy123ww LV5
2022年3月1日
小黑狗 LV7
2022年2月8日
1057148049 LV11
2021年12月25日