comment_table_uc.sql 1.44 KB
alter table uc_demension comment '维度管理';
alter table uc_operate_log comment '操作日志';
alter table uc_org comment '组织架构';
alter table uc_org_auth comment '分级组织管理';
alter table uc_org_job comment '职务定义';
alter table uc_org_params comment '组织参数';
alter table uc_org_post comment '部门岗位';
alter table uc_org_role comment '组织角色管理';
alter table uc_org_user comment '用户组织关系';
alter table uc_organ comment '机构管理';
alter table uc_params comment '用户组织参数';
alter table uc_pwd_strategy comment '密码策略';
alter table uc_rel_auth comment '分级组织管理';
alter table uc_rel_type comment '分级组织类别';
alter table uc_role comment '汇报关系分类管理';
alter table uc_tenant_auth comment '租户管理员';
alter table uc_tenant_ignore_menu comment '租户禁用菜单';
alter table uc_tenant_logs comment '租户管理操作日志';
alter table uc_tenant_mail_server comment '租户邮件服务器';
alter table uc_tenant_manage comment '租户管理';
alter table uc_tenant_params comment '租户拓展参数';
alter table uc_tenant_type comment '租户类型';
alter table uc_user comment '用户管理';
alter table uc_user_group comment '群组管理';
alter table uc_user_params comment '用户数';
alter table uc_user_rel comment '用户关系表';
alter table uc_user_role comment '用户角色管理';
alter table uc_user_under comment '下属管理';