添加类型

This commit is contained in:
韩鹏辉
2024-06-14 15:28:13 +08:00
parent e5f5317f4e
commit 90a8fd4a54
10 changed files with 874 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
server:
port: 10587
port: 10589
spring:
application:
name: cashierService

View File

@@ -52,7 +52,7 @@
<!-- 要生成的表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>