TSysOrgMapper.xml 740 B

123456789101112131415
  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.TSysOrgMapper">
  4. <resultMap id="BaseResultMap" type="com.sooka.mybatis.model.TSysOrg">
  5. <!--
  6. WARNING - @mbg.generated
  7. -->
  8. <id column="id" jdbcType="INTEGER" property="id" />
  9. <result column="name" jdbcType="VARCHAR" property="name" />
  10. <result column="address" jdbcType="VARCHAR" property="address" />
  11. <result column="code" jdbcType="VARCHAR" property="code" />
  12. <result column="pid" jdbcType="INTEGER" property="pid" />
  13. <result column="tel_phone" jdbcType="VARCHAR" property="telPhone" />
  14. </resultMap>
  15. </mapper>