| | |
| | | <!-- enableSubPackages:是否让schema作为包的后缀 --> |
| | | <property name="enableSubPackages" value="false"/> |
| | | </javaClientGenerator> |
| | | |
| | | <!--<table schema="" tableName="ks_app"></table>--> |
| | | <!-- 指定数据库表 --> |
| | | <!--<table schema="" domainObjectName="GoldCornAppInfo" tableName="ks_app" enableCountByExample="false" enableUpdateByExample="false"--> |
| | | <!--enableDeleteByExample="false" enableSelectByExample="false"--> |
| | |
| | | <!--<table schema="" domainObjectName="GoldCornGetSource" tableName="ks_score_get_source" enableCountByExample="false" enableUpdateByExample="false"--> |
| | | <!--enableDeleteByExample="false" enableSelectByExample="false"--> |
| | | <!--selectByExampleQueryId="false"></table>--> |
| | | <!--<table schema="" domainObjectName="GoldCornRecord" tableName="ks_score_record" enableCountByExample="false" enableUpdateByExample="false"--> |
| | | <!--enableDeleteByExample="false" enableSelectByExample="false"--> |
| | | <!--selectByExampleQueryId="false"></table>--> |
| | | <table schema="" domainObjectName="AdminUser" tableName="ks_admin" enableCountByExample="false" enableUpdateByExample="false" |
| | | enableDeleteByExample="false" enableSelectByExample="false" |
| | | selectByExampleQueryId="false"></table> |
| | | </context> |
| | | |
| | | </generatorConfiguration> |