WxYwxzMapper.xml 759 B

123456789101112131415161718
  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.tofly.feesapi.wxgl.wechatbasicmgt.mapper.WxYwxzbmMapper">
  4. <resultMap id="wxBusinessMap" type="com.tofly.feesapi.wxgl.wechatbasicmgt.entity.WxYwxz">
  5. <id property="id" column="ID"/>
  6. <result property="type" column="TYPE"/>
  7. <result property="title" column="TITLE"/>
  8. <result property="cdate" column="CDATE"/>
  9. <result property="cocode" column="COCODE"/>
  10. <result property="coname" column="CONAME"/>
  11. <result property="context" column="CONTEXT"/>
  12. <result property="isdisabled" column="ISDISABLED"/>
  13. </resultMap>
  14. </mapper>