Revert "!6 fix: 代码生成字段和模板引用包缺失问题修复"

This reverts commit 4f6bd537d2.
This commit is contained in:
郝先瑞
2024-07-24 11:59:08 +00:00
committed by Gitee
parent 4f6bd537d2
commit 34d6f6e375
38 changed files with 136 additions and 1076 deletions

View File

@@ -11,12 +11,6 @@ import org.apache.ibatis.annotations.Mapper;
import java.util.List;
/**
* 数据库 Mapper 接口
*
* @author ray
* @since 2.10.0
*/
@Mapper
public interface DatabaseMapper extends BaseMapper<SysDept> {