添加打印日志

This commit is contained in:
牛叉闪闪
2024-07-25 11:26:19 +08:00
parent 2f35abf17a
commit 37e9745ca7
3 changed files with 33 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
<!-- 要生成的表tableName是数据库中的表名或视图名 domainObjectName是实体类名-->
<!-- <table tableName="%" schema="fycashier" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false" ></table>-->
<table tableName="tb_user_shop_msg" domainObjectName="TbUserShopMsg"
<table tableName="tb_handover" domainObjectName="tbHandover"
enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false"
enableSelectByExample="false" selectByExampleQueryId="false" >
</table>