DwssHwpGrindAndCutUserRefMapper.xml 635 B

123456789101112131415
  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.zhgd.scs.mapper.DwssHwpGrindAndCutUserRefMapper">
  6. <resultMap id="BaseResultMap" type="com.zhgd.scs.domain.DwssHwpGrindAndCutUserRef">
  7. <id property="id" column="id" jdbcType="BIGINT"/>
  8. <result property="hwpId" column="hwp_id" jdbcType="BIGINT"/>
  9. <result property="userId" column="user_id" jdbcType="BIGINT"/>
  10. <result property="type" column="type" jdbcType="INTEGER"/>
  11. </resultMap>
  12. </mapper>