首页>代码>基于SSM的服装商场前台加后台管理系统 >/clothStore/src/main/java/com/clothing/controller/AdminClothSortController.java
package com.clothing.controller;

import com.clothing.pojo.ClothSort;
import com.clothing.service.ClothSortService;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

import java.util.List;
/**
 * @author 是一个鸽子啊
 * @date 2020/4/14
 * @qq 364826415
 */
@RestController
public class AdminClothSortController {
    @Autowired
    @Qualifier("ClothSortServiceImpl")
    private ClothSortService clothSortService;
    @RequestMapping("/queryALLClothSort")
    private String queryALLClothSort() throws JsonProcessingException {
        List<ClothSort> clothSorts = clothSortService.queryClothSortList();
        ObjectMapper objectMapper = new ObjectMapper();
        String val = objectMapper.writeValueAsString(clothSorts);
        return val;
    }

}
最近下载更多
夜上清元  LV8 3月15日
之额着  LV3 2月19日
admin_z  LV22 2月4日
ljhgff  LV1 1月27日
微信网友_6512020493586432  LV2 2023年9月5日
qq2901732871  LV9 2023年6月28日
gecongkai  LV8 2023年6月22日
limin123  LV6 2023年6月22日
2017143155  LV12 2023年6月14日
tangyongheng08  LV6 2023年6月13日
最近浏览更多
李俊雄  LV3 5月8日
sunlea  LV18 5月8日
玖零定制问题修复  LV34 4月4日
夜上清元  LV8 3月15日
waitingforyou  LV20 3月1日
之额着  LV3 2月19日
liiiyou  LV1 1月26日
duoduo1234  LV2 1月22日
ljhgff  LV1 1月18日
WBelong  LV7 2023年12月27日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友