mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	fix 修正代码生成模板包名异常 ;
This commit is contained in:
		@@ -46,7 +46,7 @@ public class ${ClassName}Controller extends BaseController {
 | 
			
		||||
    @GetMapping("/list")
 | 
			
		||||
#if($table.crud || $table.sub)
 | 
			
		||||
    public TableDataInfo<${ClassName}Vo> list(${ClassName}Bo bo, PageQuery pageQuery) {
 | 
			
		||||
        return i${ClassName}Service.queryPageList(bo, pageQuery);
 | 
			
		||||
        return ${className}Service.queryPageList(bo, pageQuery);
 | 
			
		||||
    }
 | 
			
		||||
#elseif($table.tree)
 | 
			
		||||
    public R<List<${ClassName}Vo>> list(${ClassName}Bo bo) {
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@ import ${packageName}.domain.${ClassName};
 | 
			
		||||
import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
 | 
			
		||||
import com.alibaba.excel.annotation.ExcelProperty;
 | 
			
		||||
import org.dromara.common.excel.annotation.ExcelDictFormat;
 | 
			
		||||
import org.dromara.common.convert.excelExcelDictConvert;
 | 
			
		||||
import org.dromara.common.excel.convert.ExcelDictConvert;
 | 
			
		||||
import io.github.linpeilie.annotations.AutoMapper;
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user