Browse Source

add: 生成注册服务对应表及类型

Your Name 1 year ago
parent
commit
f7fc2605c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/generatorConfig.xml

+ 1 - 1
src/main/resources/generatorConfig.xml

@@ -34,6 +34,6 @@
             <property name="enableSubPackages" value="true"/>
         </javaClientGenerator>
         <!--生成对应表及类名-->
-        <table tableName="regist_log" domainObjectName="RegistLog" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
+        <table tableName="device_parameters" domainObjectName="deviceParameters" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
     </context>
 </generatorConfiguration>