|
|
|
@ -7,7 +7,6 @@
|
|
|
|
|
<id column="id" jdbcType="INTEGER" property="id" />
|
|
|
|
|
<result column="code" jdbcType="VARCHAR" property="code" />
|
|
|
|
|
<result column="name" jdbcType="VARCHAR" property="name" />
|
|
|
|
|
<result column="thirdBuyName" jdbcType="VARCHAR" property="thirdBuyName" />
|
|
|
|
|
<result column="thirdBuyCode" jdbcType="VARCHAR" property="thirdBuyCode" />
|
|
|
|
|
<result column="thirdSys" jdbcType="VARCHAR" property="thirdSys" />
|
|
|
|
|
<result column="url" jdbcType="VARCHAR" property="url" />
|
|
|
|
@ -21,7 +20,7 @@
|
|
|
|
|
</resultMap>
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
<!--@mbg.generated-->
|
|
|
|
|
id, code, `name`, thirdBuyName, thirdBuyCode, thirdSys, url, `type`, remark, filed,
|
|
|
|
|
id, code, `name`, thirdBuyCode, thirdSys, url, `type`, remark, filed,
|
|
|
|
|
filed1, filed2, filed3, filed4
|
|
|
|
|
</sql>
|
|
|
|
|
</mapper>
|