1
0
mirror of https://gitee.com/coder-xiaomo/flashsale synced 2025-09-13 07:21:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

DataObject统一为简写'DO'

This commit is contained in:
2022-03-01 17:17:59 +08:00
parent b7c3b87c3b
commit efd4e04343
16 changed files with 41 additions and 759 deletions

View File

@@ -34,7 +34,7 @@
</javaClientGenerator>
<!-- 生成对应表及其类名 -->
<table tableName="user_info" domainObjectName="userDataObject" enableCountByExample="false"
<table tableName="user_info" domainObjectName="userDO" enableCountByExample="false"
enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false"
selectByExampleQueryId="false">
<!--去除复杂操作语句-->
@@ -44,7 +44,7 @@
<!--enableSelectByExample="false"-->
<!--selectByExampleQueryId="false"-->
</table>
<table tableName="user_password" domainObjectName="userPasswordDataObject" enableCountByExample="false"
<table tableName="user_password" domainObjectName="userPasswordDO" enableCountByExample="false"
enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false"
selectByExampleQueryId="false"></table>