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

@@ -94,7 +94,7 @@ create table sys_client (
alter table sys_client add constraint pk_sys_client primary key (id);
comment on table sys_client is '系统授权表';
comment on column sys_client.id is '';
comment on column sys_client.id is '';
comment on column sys_client.client_id is '客户端id';
comment on column sys_client.client_key is '客户端key';
comment on column sys_client.client_secret is '客户端秘钥';

View File

@@ -93,7 +93,7 @@ create table sys_client (
);
comment on table sys_client is '系统授权表';
comment on column sys_client.id is '';
comment on column sys_client.id is '';
comment on column sys_client.client_id is '客户端id';
comment on column sys_client.client_key is '客户端key';
comment on column sys_client.client_secret is '客户端秘钥';