File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
continew-plugin/continew-plugin-generator/src/main/resources/templates/backend Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import io.swagger.v3.oas.annotations.media.Schema;
77import cn.idev.excel.annotation.ExcelIgnoreUnannotated;
88import cn.idev.excel.annotation.ExcelProperty;
99
10- import top.continew.admin.common.model.resp.BaseDetailResp;
10+ import top.continew.admin.common.base. model.resp.BaseDetailResp;
1111import top.continew.starter.excel.converter.ExcelBaseEnumConverter;
1212<#if imports?? >
1313 <#list imports as className >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import lombok.Data;
44
55import com.baomidou.mybatisplus.annotation.TableName;
66
7- import top.continew.admin.common.model.entity.BaseDO;
7+ import top.continew.admin.common.base. model.entity.BaseDO;
88
99<#if imports?? >
1010 <#list imports as className >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import lombok.Data;
44
55import io.swagger.v3.oas.annotations.media.Schema;
66
7- import top.continew.admin.common.model.resp.BaseResp;
7+ import top.continew.admin.common.base. model.resp.BaseResp;
88<#if imports?? >
99 <#list imports as className >
1010import ${className} ;
You can’t perform that action at this time.
0 commit comments