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
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日