浏览代码

修复注释错误

zhou-hao 7 年之前
父节点
当前提交
1be9e30d34

+ 1 - 1
hsweb-system/hsweb-system-authorization/hsweb-system-authorization-starter/src/main/resources/hsweb-starter.js

@@ -161,7 +161,7 @@ function install(context) {
         .addColumn().name("setting_id").varchar(32).notNull().comment("自定义配置id").commit()
         .addColumn().name("create_time").datetime().notNull().comment("创建时间").commit()
         .addColumn().name("update_time").datetime().comment("创建时间").commit()
-        .comment("角色表").commit();
+        .comment("用户设置表").commit();
 }
 
 //设置依赖