修改msg 信息统一处理

This commit is contained in:
韩鹏辉
2024-06-14 15:26:48 +08:00
parent f3de388e49
commit 69b7ed77ec
5 changed files with 42 additions and 13 deletions

View File

@@ -52,9 +52,11 @@
<!-- 要生成的表tableName是数据库中的表名或视图名 domainObjectName是实体类名-->
<!-- <table tableName="%" schema="fycashier" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false" ></table>-->
<table tableName="tb_activate" domainObjectName="TbActivate"
<table tableName="tb_shop_user_flow" domainObjectName="TbShopUserFlow"
enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false"
enableSelectByExample="false" selectByExampleQueryId="false" >
</table>
</context>
</generatorConfiguration>