- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE mapper
- PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
- "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
- <mapper namespace="com.zhgd.scs.mapper.DwssHwpGrindAndCutUserRefMapper">
- <resultMap id="BaseResultMap" type="com.zhgd.scs.domain.DwssHwpGrindAndCutUserRef">
- <id property="id" column="id" jdbcType="BIGINT"/>
- <result property="hwpId" column="hwp_id" jdbcType="BIGINT"/>
- <result property="userId" column="user_id" jdbcType="BIGINT"/>
- <result property="type" column="type" jdbcType="INTEGER"/>
- </resultMap>
- </mapper>
|