fix 修复 错别字

This commit is contained in:
疯狂的狮子Li
2024-05-11 20:20:46 +08:00
parent c6144ede2e
commit 74e884c3ab
8 changed files with 11 additions and 11 deletions

View File

@@ -817,7 +817,7 @@ create table sys_oss (
-- OSS对象存储动态配置表
-- ----------------------------
create table sys_oss_config (
oss_config_id bigint(20) not null comment '',
oss_config_id bigint(20) not null comment '',
tenant_id varchar(20) default '000000'comment '租户编号',
config_key varchar(20) not null default '' comment '配置key',
access_key varchar(255) default '' comment 'accessKey',