19 Commits

Author SHA1 Message Date
3e822c0b84 feat(data): Query 注解新增多列查询逻辑关系支持(原来仅支持或者,现在也支持并且) 2025-07-22 20:44:46 +08:00
a0ace7d60c build: groupId top.continew => top.continew.starter 2025-07-05 17:29:58 +08:00
223236aad3 chore: 简化 package,对于互斥包不再单独命名,例如:data.mp、data.mf,统一为 data 2025-07-04 21:15:28 +08:00
ad298930db release: v2.12.1 2025-06-09 21:43:40 +08:00
265d90fa4c style: 调整代码风格 null == xx => xx == null(更符合大众风格) 2025-06-01 11:09:12 +08:00
ae7a267c1d style: 调整代码风格 null != xx => xx != null(更符合大众风格) 2025-05-17 13:50:59 +08:00
c9c7c34506 refactor: 优化部分错误提示信息和代码注释 2025-03-18 20:42:46 +08:00
1ce5eb3b73 refactor(data): 重构 MetaUtils 获取表信息方法 2024-11-12 21:40:07 +08:00
0c334dadcc chore(data): 移除 QueryIgnore 的无用属性 2024-09-11 22:27:46 +08:00
9e5f33b2c9 revert(data): 还原 SQL 函数接口 2024-09-04 20:21:07 +08:00
22ebdfeb9f fix(data): 完善 SQL 注入验证工具类 2024-08-14 18:42:32 +08:00
ea6b316296 refactor(curd): 重构排序字段处理,预防 SQL 注入问题 2024-08-13 20:36:10 +08:00
6693cd49b9 fix(data): 移除 SQL 函数接口中的 SQL 拼接 2024-08-12 23:55:34 +08:00
dbb7a6319e chore: top.charles7c.continew => top.continew 2024-04-09 22:33:19 +08:00
36ce07b600 refactor(data/mybatis-plus): 重构 IService 及 BaseService 体系结构 2024-02-21 21:58:35 +08:00
ab7e987672 refactor(extension/crud): 调整 IService 到 data-core 2024-02-21 19:54:50 +08:00
3f2a306cad refactor(data): 调整 Query 相关类到 data-core 2024-02-20 21:39:07 +08:00
31ca1fda52 feat(data/core): 新增获取数据库类型带默认类型方法 2024-02-19 21:40:48 +08:00
4ffc5dc1d4 feat(data): 新增 continew-starter-data-core 模块
1.移动 MetaUtils core => data-core
2.新增 SQL 函数接口及数据库类型枚举
2024-02-19 21:00:07 +08:00