|
|
|
<?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.glxp.api.dao.inout.IoDestinyProcessMapper">
|
|
|
|
<resultMap id="BaseResultMap" type="com.glxp.api.entity.inout.IoDestinyProcessEntity">
|
|
|
|
<!--@mbg.generated-->
|
|
|
|
<!--@Table io_destiny_process-->
|
|
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
|
|
|
<result column="destinyId" jdbcType="BIGINT" property="destinyId" />
|
|
|
|
<result column="destinyNo" jdbcType="BIGINT" property="destinyNo" />
|
|
|
|
<result column="billNo" jdbcType="VARCHAR" property="billNo" />
|
|
|
|
<result column="billDate" jdbcType="TIMESTAMP" property="billDate" />
|
|
|
|
<result column="invCode" jdbcType="VARCHAR" property="invCode" />
|
|
|
|
<result column="remark" jdbcType="VARCHAR" property="remark" />
|
|
|
|
<result column="createTime" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
|
<result column="updateTime" jdbcType="TIMESTAMP" property="updateTime" />
|
|
|
|
<result column="createUser" jdbcType="VARCHAR" property="createUser" />
|
|
|
|
<result column="updateUser" jdbcType="VARCHAR" property="updateUser" />
|
|
|
|
<result column="status" jdbcType="INTEGER" property="status" />
|
|
|
|
</resultMap>
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
<!--@mbg.generated-->
|
|
|
|
id, destinyId, destinyNo, billNo, billDate, invCode, remark, createTime, updateTime,
|
|
|
|
`createUser`, updateUser, `status`
|
|
|
|
</sql>
|
|
|
|
</mapper>
|