Commit 86448f907967e8e89251acf07f252f63855ebbcc
1 parent
21f38703d5
Exists in
master
and in
6 other branches
个案支持update
Showing 1 changed file with 0 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CommonController.java
View file @
86448f9
| ... | ... | @@ -9,10 +9,8 @@ |
| 9 | 9 | import com.fasterxml.jackson.annotation.JsonAlias; |
| 10 | 10 | import com.lyms.platform.common.annotation.TokenRequired; |
| 11 | 11 | import com.lyms.platform.common.base.BaseController; |
| 12 | -import com.lyms.platform.common.result.BaseListResponse; | |
| 13 | 12 | import com.lyms.platform.common.result.BaseResponse; |
| 14 | 13 | import com.lyms.platform.operate.web.request.CommonRequest; |
| 15 | -import com.lyms.platform.operate.web.request.DefectiveChildListRequest; | |
| 16 | 14 | import com.lyms.platform.operate.web.service.ICommonServer; |
| 17 | 15 | |
| 18 | 16 | /** |