code review 编码规范统一

This commit is contained in:
anzhen
2022-04-15 15:56:47 +08:00
parent 47447ded6b
commit 17167c24d1
4 changed files with 10 additions and 11 deletions

View File

@@ -156,7 +156,7 @@ CREATE TABLE IF NOT EXISTS `system_user_post`(
"deleted" bit NOT NULL DEFAULT FALSE,
"tenant_id" bigint not null default '0',
PRIMARY KEY (`id`)
) COMMENT ='部门';
) COMMENT ='用户岗位';
CREATE TABLE IF NOT EXISTS "system_notice" (