You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.7 KiB
XML
29 lines
1.7 KiB
XML
10 months ago
|
<?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.IoSplitFifoInvMapper">
|
||
|
<resultMap id="BaseResultMap" type="com.glxp.api.entity.inout.IoSplitFifoInv">
|
||
|
<!--@mbg.generated-->
|
||
|
<!--@Table io_split_fifo_inv-->
|
||
|
<id column="id" jdbcType="INTEGER" property="id" />
|
||
|
<result column="workPlaceCode" jdbcType="VARCHAR" property="workPlaceCode" />
|
||
|
<result column="deptCode" jdbcType="VARCHAR" property="deptCode" />
|
||
|
<result column="invCode" jdbcType="VARCHAR" property="invCode" />
|
||
|
<result column="productType" jdbcType="VARCHAR" property="productType" />
|
||
|
<result column="fifoSplit" jdbcType="VARCHAR" property="fifoSplit" />
|
||
|
<result column="relId" jdbcType="INTEGER" property="relId" />
|
||
|
<result column="batchNo" jdbcType="INTEGER" property="batchNo" />
|
||
|
<result column="produceDate" jdbcType="TIMESTAMP" property="produceDate" />
|
||
|
<result column="expireDate" jdbcType="TIMESTAMP" property="expireDate" />
|
||
|
<result column="supId" jdbcType="INTEGER" property="supId" />
|
||
|
<result column="inCount" jdbcType="VARCHAR" property="inCount" />
|
||
|
<result column="outCount" jdbcType="VARCHAR" property="outCount" />
|
||
|
<result column="createTime" jdbcType="TIMESTAMP" property="createTime" />
|
||
|
<result column="updateTime" jdbcType="TIMESTAMP" property="updateTime" />
|
||
|
<result column="remark" jdbcType="VARCHAR" property="remark" />
|
||
|
</resultMap>
|
||
|
<sql id="Base_Column_List">
|
||
|
<!--@mbg.generated-->
|
||
|
id, workPlaceCode, deptCode, invCode, productType, fifoSplit, relId, batchNo, produceDate,
|
||
|
expireDate, supId, inCount, outCount, createTime, updateTime, remark
|
||
|
</sql>
|
||
|
</mapper>
|