StrainMapper.xml 556 B

12345678910
  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.qizhen.healsphere.repository.mapper.StrainMapper">
  4. <resultMap id="BaseResultMap" type="com.qizhen.healsphere.web.param.Strain">
  5. <id property="kindName" column="name"/>
  6. <result property="num" column="new_est_reads"/>
  7. <result property="rate" column="fraction_total_reads"/>
  8. <result property="parentName" column="parentName"/>
  9. </resultMap>
  10. </mapper>