| | |
| | | package com.fgkj.controller; |
| | | |
| | | import com.fgkj.util.*; |
| | | |
| | | import com.fgkj.dto.PageParam; |
| | | import com.fgkj.dto.ServiceModel; |
| | | import com.fgkj.services.PageParamService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | | /** |
| | | * 页面参数状态类 |
| | | */ |
| | | import javax.annotation.Resource; |
| | | |
| | | @RequestMapping("pageParam") |
| | | @RestController |
| | | @Api(tags = "pageParam接口") |
| | | //Perry TODO |
| | | public class PageParamController{ |
| | | |
| | | @Resource |