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.
udi-wms-java/src/main/resources/mybatis/mapper/inout/IoSplitCodeMapper.xml

40 lines
2.5 KiB
XML

<?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.IoSplitCodeMapper">
<resultMap id="BaseResultMap" type="com.glxp.api.entity.inout.IoSplitCodeEntity">
<!--@mbg.generated-->
<!--@Table io_split_code-->
<id column="id" jdbcType="INTEGER" property="id" />
<result column="code" jdbcType="VARCHAR" property="code" />
<result column="errUdiCode" jdbcType="VARCHAR" property="errUdiCode" />
<result column="orderId" jdbcType="VARCHAR" property="orderId" />
<result column="action" jdbcType="VARCHAR" property="action" />
<result column="relId" jdbcType="BIGINT" property="relId" />
<result column="nameCode" jdbcType="VARCHAR" property="nameCode" />
<result column="batchNo" jdbcType="VARCHAR" property="batchNo" />
<result column="produceDate" jdbcType="VARCHAR" property="produceDate" />
<result column="expireDate" jdbcType="VARCHAR" property="expireDate" />
<result column="serialNo" jdbcType="VARCHAR" property="serialNo" />
<result column="supId" jdbcType="BIGINT" property="supId" />
<result column="deptCode" jdbcType="VARCHAR" property="deptCode" />
<result column="invCode" jdbcType="VARCHAR" property="invCode" />
<result column="warehouseCode" jdbcType="VARCHAR" property="warehouseCode" />
<result column="productType" jdbcType="TINYINT" property="productType" />
<result column="splitType" jdbcType="TINYINT" property="splitType" />
<result column="scanCount" jdbcType="INTEGER" property="scanCount" />
<result column="totalCount" jdbcType="INTEGER" property="totalCount" />
<result column="remainCount" jdbcType="INTEGER" property="remainCount" />
<result column="inBactchNo" jdbcType="VARCHAR" property="inBactchNo" />
<result column="createTime" jdbcType="TIMESTAMP" property="createTime" />
<result column="createUser" jdbcType="VARCHAR" property="createUser" />
<result column="updateTime" jdbcType="TIMESTAMP" property="updateTime" />
<result column="remark" jdbcType="VARCHAR" property="remark" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, code, errUdiCode, orderId, `action`, relId, nameCode, batchNo, produceDate, expireDate,
serialNo, supId, deptCode, invCode, warehouseCode, productType, splitType, scanCount,
totalCount, remainCount, inBactchNo, createTime, `createUser`, updateTime, remark
</sql>
</mapper>