TCmsLinkageMapper.xml 894 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  3. <mapper namespace="com.sooka.mybatis.mapper.TCmsLinkageMapper">
  4. <resultMap id="BaseResultMap" type="com.sooka.mybatis.model.TCmsLinkage">
  5. <!--
  6. WARNING - @mbg.generated
  7. -->
  8. <id column="id" jdbcType="INTEGER" property="id" />
  9. <result column="site_id" jdbcType="INTEGER" property="siteId" />
  10. <result column="name" jdbcType="VARCHAR" property="name" />
  11. <result column="parent_id" jdbcType="INTEGER" property="parentId" />
  12. <result column="grade" jdbcType="INTEGER" property="grade" />
  13. <result column="childs" jdbcType="VARCHAR" property="childs" />
  14. <result column="sort_id" jdbcType="SMALLINT" property="sortId" />
  15. <result column="is_common" jdbcType="BIT" property="isCommon" />
  16. </resultMap>
  17. </mapper>