FhzgPlanSwitchInfoListMapper.xml 697 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper
  3. PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  4. "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  5. <mapper namespace="com.hdkj.lt.bf.mapper.FhzgPlanSwitchInfoListMapper">
  6. <resultMap id="BaseResultMap" type="com.hdkj.lt.core.bizms.modle.po.plan.FhzgPlanSwitchInfoList">
  7. <id property="id" column="id" jdbcType="BIGINT"/>
  8. <result property="planId" column="plan_id" jdbcType="BIGINT"/>
  9. <result property="allSwitchInfoListJson" column="all_switch_info_list_json" jdbcType="VARCHAR"/>
  10. </resultMap>
  11. <sql id="Base_Column_List">
  12. id
  13. ,plan_id,all_switch_info_list_json
  14. </sql>
  15. </mapper>