添加类型
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
server:
|
||||
port: 10587
|
||||
port: 10589
|
||||
spring:
|
||||
application:
|
||||
name: cashierService
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user