package edu.travel.commodity.web; import edu.travel.commodity.entity.BaseCountryServe; import edu.travel.commodity.service.impl.BaseCountryServeServiceImpl; import org.springframework.web.bind.annotation.*; import org.springframework.beans.factory.annotation.Autowired; /** * 服务国家表(base_country_serve)表控制层 * * @author xxxxx */ @RestController @RequestMapping("/base_country_serve") public class BaseCountryServeController { }