mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 22:57:17 +08:00 
			
		
		
		
	refactor(generator): 更新模板文件中的导入路径
This commit is contained in:
		| @@ -7,7 +7,7 @@ import io.swagger.v3.oas.annotations.media.Schema; | ||||
| import cn.idev.excel.annotation.ExcelIgnoreUnannotated; | ||||
| import cn.idev.excel.annotation.ExcelProperty; | ||||
|  | ||||
| import top.continew.admin.common.model.resp.BaseDetailResp; | ||||
| import top.continew.admin.common.base.model.resp.BaseDetailResp; | ||||
| import top.continew.starter.excel.converter.ExcelBaseEnumConverter; | ||||
| <#if imports??> | ||||
|     <#list imports as className> | ||||
|   | ||||
| @@ -4,7 +4,7 @@ import lombok.Data; | ||||
|  | ||||
| import com.baomidou.mybatisplus.annotation.TableName; | ||||
|  | ||||
| import top.continew.admin.common.model.entity.BaseDO; | ||||
| import top.continew.admin.common.base.model.entity.BaseDO; | ||||
|  | ||||
| <#if imports??> | ||||
|     <#list imports as className> | ||||
|   | ||||
| @@ -4,7 +4,7 @@ import lombok.Data; | ||||
|  | ||||
| import io.swagger.v3.oas.annotations.media.Schema; | ||||
|  | ||||
| import top.continew.admin.common.model.resp.BaseResp; | ||||
| import top.continew.admin.common.base.model.resp.BaseResp; | ||||
| <#if imports??> | ||||
|     <#list imports as className> | ||||
| import ${className}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pluto
					Pluto