将tinyint对应java类型改为Integer

it2023-03-05  80

<table tableName="mq_config" domainObjectName="MqConfig" enableCountByExample="true" enableUpdateByExample="true" enableDeleteByExample="true" enableSelectByExample="true" selectByExampleQueryId="true"> <columnOverride column="valid" property="valid" javaType="java.lang.Integer"/> <columnOverride column="created_by_type" property="createdByType" javaType="java.lang.Integer"/> <columnOverride column="updated_by_type" property="updatedByType" javaType="java.lang.Integer"/> </table>
最新回复(0)