1
0
mirror of https://gitee.com/coder-xiaomo/flashsale synced 2025-09-12 15:01:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

添加数据库SQL文件,无法下载的Maven依赖文件以及简单的README.md

This commit is contained in:
2022-03-01 15:21:38 +08:00
parent a7e2749d3a
commit 877d483e0c
7 changed files with 140 additions and 6 deletions

View File

@@ -37,12 +37,12 @@
<table tableName="user_info" domainObjectName="userDataObject" enableCountByExample="false"
enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false"
selectByExampleQueryId="false">
<!-- 去除复杂操作语句-->
<!-- enableCountByExample="false"-->
<!-- enableUpdateByExample="false" -->
<!-- enableDeleteByExample="false" -->
<!-- enableSelectByExample="false"-->
<!-- selectByExampleQueryId="false"-->
<!--去除复杂操作语句-->
<!--enableCountByExample="false"-->
<!--enableUpdateByExample="false" -->
<!--enableDeleteByExample="false" -->
<!--enableSelectByExample="false"-->
<!--selectByExampleQueryId="false"-->
</table>
<table tableName="user_password" domainObjectName="userPasswordDataObject" enableCountByExample="false"
enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false"