From 4f70fde4d5ba46053045369cb25f1f91082d5683 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq,com> Date: 星期三, 13 一月 2021 11:53:48 +0800 Subject: [PATCH] 修改 --- MybatisGenerator/config/generatorConfig.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/MybatisGenerator/config/generatorConfig.xml b/MybatisGenerator/config/generatorConfig.xml index fd1a5a6..735ccab 100644 --- a/MybatisGenerator/config/generatorConfig.xml +++ b/MybatisGenerator/config/generatorConfig.xml @@ -48,7 +48,8 @@ </javaClientGenerator> <!-- 鎸囧畾鏁版嵁琛� --> - <table schema="" tableName="db_user.tb_user_inf"></table> + <table schema="" tableName="tb_user_inf" domainObjectName="User_inf"></table> + <table schema="" tableName="tb_user_battgroup_baojigroup" domainObjectName="User_battgroup_baojigroup"></table> <!-- <table schema="" tableName="tb_content_category"></table> <table schema="" tableName="tb_item"></table> <table schema="" tableName="tb_item_cat"></table> --> -- Gitblit v1.9.1