add 增加 请假表 申请编号字段sql

This commit is contained in:
疯狂的狮子Li
2025-08-18 09:44:29 +08:00
parent b3e7bef603
commit 29af0a1423
6 changed files with 15 additions and 1 deletions

View File

@@ -234,7 +234,8 @@ create table flow_instance_biz_ext (
create table test_leave
(
id bigint(20) not null comment 'id',
tenant_id varchar(20) default '000000' comment '租户编号',
tenant_id varchar(20) default '000000' comment '租户编号',
apply_code varchar(50) not null comment '申请编号',
leave_type varchar(255) not null comment '请假类型',
start_date datetime not null comment '开始时间',
end_date datetime not null comment '结束时间',