作者 RuoYi

调整包路径

@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.PutMapping; @@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.PutMapping;
17 import org.springframework.web.bind.annotation.RequestBody; 17 import org.springframework.web.bind.annotation.RequestBody;
18 import org.springframework.web.bind.annotation.RequestMapping; 18 import org.springframework.web.bind.annotation.RequestMapping;
19 import org.springframework.web.bind.annotation.RestController; 19 import org.springframework.web.bind.annotation.RestController;
20 -import com.ruoyi.common.utils.text.Convert; 20 +import com.ruoyi.common.core.text.Convert;
21 import com.ruoyi.framework.aspectj.lang.annotation.Log; 21 import com.ruoyi.framework.aspectj.lang.annotation.Log;
22 import com.ruoyi.framework.aspectj.lang.enums.BusinessType; 22 import com.ruoyi.framework.aspectj.lang.enums.BusinessType;
23 import com.ruoyi.framework.web.controller.BaseController; 23 import com.ruoyi.framework.web.controller.BaseController;
@@ -3,7 +3,7 @@ package com.ruoyi.project.tool.gen.service; @@ -3,7 +3,7 @@ package com.ruoyi.project.tool.gen.service;
3 import java.util.List; 3 import java.util.List;
4 import org.springframework.beans.factory.annotation.Autowired; 4 import org.springframework.beans.factory.annotation.Autowired;
5 import org.springframework.stereotype.Service; 5 import org.springframework.stereotype.Service;
6 -import com.ruoyi.common.utils.text.Convert; 6 +import com.ruoyi.common.core.text.Convert;
7 import com.ruoyi.project.tool.gen.domain.GenTableColumn; 7 import com.ruoyi.project.tool.gen.domain.GenTableColumn;
8 import com.ruoyi.project.tool.gen.mapper.GenTableColumnMapper; 8 import com.ruoyi.project.tool.gen.mapper.GenTableColumnMapper;
9 9