mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 04:08:43 +08:00 
			
		
		
		
	调整包路径
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user