refactor(codegen): 优化代码生成ServiceImpl模板的导入依赖

- 添加 ObjectUtil 导入以支持对象工具类功能
pull/247/head
chenwenke 2026-04-21 13:44:32 +08:00
parent a62ace41a2
commit c4385080cc
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
package ${basePackage}.module.${table.moduleName}.service.${table.businessName};
import cn.hutool.core.collection.CollUtil;
import cn.hutool.core.util.ObjectUtil;
import org.springframework.stereotype.Service;
import ${jakartaPackage}.annotation.Resource;
import org.springframework.validation.annotation.Validated;