DuckBodySizeInfoMapper.xml 1.3 KB

1234567891011121314151617181920212223242526
  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.huimv.guowei.admin.mapper.DuckBodySizeInfoMapper">
  4. <!-- 通用查询映射结果 -->
  5. <resultMap id="BaseResultMap" type="com.huimv.guowei.admin.entity.DuckBodySizeInfo">
  6. <id column="id" property="id" />
  7. <result column="duck_num" property="duckNum" />
  8. <result column="duck_id" property="duckId" />
  9. <result column="location" property="location" />
  10. <result column="unit_name" property="unitName" />
  11. <result column="unit_id" property="unitId" />
  12. <result column="measure_date" property="measureDate" />
  13. <result column="wing_num" property="wingNum" />
  14. <result column="body_length" property="bodyLength" />
  15. <result column="keel_length" property="keelLength" />
  16. <result column="half_water_length" property="halfWaterLength" />
  17. <result column="chest_wide" property="chestWide" />
  18. <result column="chest_deep" property="chestDeep" />
  19. <result column="pelvic_wide" property="pelvicWide" />
  20. <result column="shin_wide" property="shinWide" />
  21. <result column="shin_perimeter" property="shinPerimeter" />
  22. <result column="farm_id" property="farmId" />
  23. </resultMap>
  24. </mapper>