package com.how2java.service.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.how2java.mapper.CategoryMapper; import com.how2java.pojo.Category; import com.how2java.service.CategoryService; @Service public class CategoryServiceImpl implements CategoryService{ @Autowired CategoryMapper categoryMapper; public List<Category> list(){ return categoryMapper.list(); }; }

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