wip: 代码生成临时提交

This commit is contained in:
ray
2024-07-21 21:50:41 +08:00
parent b123658478
commit 2235f1f5a4
33 changed files with 912 additions and 85 deletions

View File

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