Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
baea48be
Commit
baea48be
authored
Mar 13, 2020
by
RuoYi
Browse files
调整包路径
parent
1590e106
Changes
2
Hide whitespace changes
Inline
Side-by-side
ruoyi/src/main/java/com/ruoyi/project/tool/gen/controller/GenController.java
View file @
baea48be
...
@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.PutMapping;
...
@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.PutMapping;
import
org.springframework.web.bind.annotation.RequestBody
;
import
org.springframework.web.bind.annotation.RequestBody
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RestController
;
import
org.springframework.web.bind.annotation.RestController
;
import
com.ruoyi.common.
utils
.text.Convert
;
import
com.ruoyi.common.
core
.text.Convert
;
import
com.ruoyi.framework.aspectj.lang.annotation.Log
;
import
com.ruoyi.framework.aspectj.lang.annotation.Log
;
import
com.ruoyi.framework.aspectj.lang.enums.BusinessType
;
import
com.ruoyi.framework.aspectj.lang.enums.BusinessType
;
import
com.ruoyi.framework.web.controller.BaseController
;
import
com.ruoyi.framework.web.controller.BaseController
;
...
...
ruoyi/src/main/java/com/ruoyi/project/tool/gen/service/GenTableColumnServiceImpl.java
View file @
baea48be
...
@@ -3,7 +3,7 @@ package com.ruoyi.project.tool.gen.service;
...
@@ -3,7 +3,7 @@ package com.ruoyi.project.tool.gen.service;
import
java.util.List
;
import
java.util.List
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
import
com.ruoyi.common.
utils
.text.Convert
;
import
com.ruoyi.common.
core
.text.Convert
;
import
com.ruoyi.project.tool.gen.domain.GenTableColumn
;
import
com.ruoyi.project.tool.gen.domain.GenTableColumn
;
import
com.ruoyi.project.tool.gen.mapper.GenTableColumnMapper
;
import
com.ruoyi.project.tool.gen.mapper.GenTableColumnMapper
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment