OrderDeMapper.xml 996 Bytes
<?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.huaheng.pc.order.mapper.OrderDeMapper">

    <resultMap id="BaseResultMap" type="com.huaheng.pc.order.domain.OrderDe">
        <!--@Table order-->
        <result property="id" column="id" jdbcType="INTEGER"/>
        <result property="headerId" column="headerId" jdbcType="INTEGER"/>
        <result property="node" column="node" jdbcType="VARCHAR"/>
        <result property="duration" column="duration" jdbcType="VARCHAR"/>
        <result property="created" column="created" jdbcType="TIMESTAMP"/>
        <result property="createdby" column="createdBy" jdbcType="VARCHAR"/>
        <result property="lasted" column="lasted" jdbcType="TIMESTAMP"/>
        <result property="lastedby" column="lastedBy" jdbcType="VARCHAR"/>
        <result property="status" column="status" jdbcType="INTEGER"/>
    </resultMap>


</mapper>