mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-10 08:41:09 +08:00
fix 修复 代码生成模板导包错误
update 优化 前端代码生成模板
This commit is contained in:
@@ -6,7 +6,7 @@ package ${packageName}.domain;
|
||||
#end
|
||||
#end
|
||||
#if($IsTenant==1)
|
||||
import core.tenant.common.org.dromara.TenantEntity;
|
||||
import org.dromara.common.tenant.core.TenantEntity;
|
||||
#else
|
||||
#end
|
||||
import com.baomidou.mybatisplus.annotation.*;
|
||||
|
||||
Reference in New Issue
Block a user