package com.dev.books.controller;
import com.alibaba.fastjson.JSON;
import com.dev.books.pojo.Cclass;
import com.dev.books.service.CclassService;
import com.dev.books.util.Layui;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import java.util.List;
@Controller
public class CclassController {
@Autowired
CclassService cclassService;
@ResponseBody
@RequestMapping(value = "/getAllCclass",produces="application/json;charset=UTF-8")
public String getAllCclass(){
List<Cclass> cclasses = cclassService.findAllCclass();
Layui l = Layui.data(cclasses.size(), cclasses);
return JSON.toJSONString(l);
}
}
最近下载更多
奋斗的小蚂蚁 LV16
10月29日
xiaoaitx LV8
1月1日
微信网友_7314762935078912 LV1
2024年12月27日
talete LV3
2024年11月13日
春宵一刻值千金 LV4
2024年10月9日
yangchengshuai LV16
2024年9月3日
799743530 LV11
2024年7月10日
微信网友_5986558820093952 LV4
2024年6月29日
ascacasc LV1
2024年6月28日
daisys LV2
2024年6月26日
最近浏览更多
vincemokea LV9
10月11日
limufu LV1
6月17日
微信网友_7513957431070720
5月17日
暂无贡献等级
zuobishe
4月27日
暂无贡献等级
chengguo123
4月2日
暂无贡献等级
哪里的完整版 LV8
3月1日
xiaoaitx LV8
1月1日
今天的我也很辛苦
2024年12月25日
暂无贡献等级
无念27149
2024年12月24日
暂无贡献等级
2602275348 LV12
2024年12月23日

