From 8cf143a196e20ddd68cbf9855290f2d3a0b78da0 Mon Sep 17 00:00:00 2001
From: whycxzp <perryhsu@163.com>
Date: 星期五, 05 二月 2021 12:10:19 +0800
Subject: [PATCH] update

---
 src/main/java/com/fgkj/controller/PageParamController.java |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/fgkj/controller/PageParamController.java b/src/main/java/com/fgkj/controller/PageParamController.java
index 4796761..5e7223a 100644
--- a/src/main/java/com/fgkj/controller/PageParamController.java
+++ b/src/main/java/com/fgkj/controller/PageParamController.java
@@ -1,23 +1,22 @@
 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

--
Gitblit v1.9.1