新增用户注册/登录

This commit is contained in:
2018-01-08 12:49:07 +08:00
parent 4c7a0d6e91
commit 84b81cf0ac
33 changed files with 1358 additions and 72 deletions

View File

@@ -32,12 +32,13 @@ public class _Generator {
* 部分功能使用 Db + Record 模式实现,无需生成 model 的 table 在此配置
*/
private static String[] excludedTable = {
/*"comment",
"comment",
"content",
"content_item",
"dyna_attr",
"tree",
"user"*/
"act_log",
"user",
"user_pwd"
};
/**