fix 修正 主建错别字

This commit is contained in:
good
2024-05-11 09:54:10 +08:00
parent 3ffd1e3b41
commit acaa220a70
10 changed files with 14 additions and 14 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',