1. 扩展 SQL 转换工具的达梦支持

2. 补全除系统基础模块外额外功能模块 sql 脚本
3. 统一设置测试环境 xxl job 配置
This commit is contained in:
chenbowen
2025-07-03 11:39:18 +08:00
parent 110eda53b1
commit 6575e92757
26 changed files with 2709 additions and 401 deletions

View File

@@ -26,9 +26,6 @@ public class BusinessBaseDO extends TenantBaseDO {
/** 部门名称 */
@TableField(fill = FieldFill.INSERT, jdbcType = JdbcType.VARCHAR)
private String deptName;
/** 任务编号 */
@TableField(fill = FieldFill.INSERT_UPDATE, jdbcType = JdbcType.VARCHAR)
private Long taskId;
/** 岗位编号 */
@TableField(fill = FieldFill.INSERT, jdbcType = JdbcType.VARCHAR)
private Long postId;
@@ -43,7 +40,6 @@ public class BusinessBaseDO extends TenantBaseDO {
this.companyName = null;
this.deptId = null;
this.deptName = null;
this.taskId = null;
this.postId = null;
}