feat:把单词导入到数据库
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
targetProject="src/main/java"/>
|
||||
|
||||
<!-- 需要生成的表-实体类 -->
|
||||
<table tableName="class" domainObjectName="ClassDO"
|
||||
<table tableName="unit" domainObjectName="UnitDO"
|
||||
enableCountByExample="false"
|
||||
enableUpdateByExample="false"
|
||||
enableDeleteByExample="false"
|
||||
|
||||
Reference in New Issue
Block a user