package com.lyms.cm.controller.sys; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.RestController; import com.baomidou.mybatisplus.plugins.Page; import com.lyms.cm.entity.sys.SysRegions; import com.lyms.cm.service.sys.SysRegionsService; import com.lyms.web.controller.BaseController; /** *
* 省市区地址表 前端控制器 *
* * @author maliang * @since 2017-03-08 */ @RestController @RequestMapping("/sysRegions") public class SysRegionsController extends BaseController { @Autowired private SysRegionsService regionService; /** *