Change-Id: I98d4f79a83a5fa612b3edd777f64d38d3e910ba8

This commit is contained in:
lixiangrong
2016-04-14 13:10:59 +08:00
parent b1c4e54d93
commit 5794fa2aef
15 changed files with 1240 additions and 194 deletions

View File

@@ -24,6 +24,6 @@
<property name="enableSubPackages" value="true"/>
</javaClientGenerator>
<table tableName="dsp_t_geohash_precision" domainObjectName="GeohashPrecisionModel" enableCountByExample="true" enableUpdateByExample="true" enableDeleteByExample="true" enableSelectByExample="true" selectByExampleQueryId="true"></table>
<table tableName="dsp_t_statis_by_hour" domainObjectName="StatisByHourModel" enableCountByExample="true" enableUpdateByExample="true" enableDeleteByExample="true" enableSelectByExample="true" selectByExampleQueryId="true"></table>
</context>
</generatorConfiguration>