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-third-java/target/classes/mybatis/mapper/inout/IoOrderDetailCodeDao.xml

44 lines
2.8 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.mipsdl.dao.inout.IoOrderDetailCodeDao">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.inout.IoOrderDetailCodeEntity">
<!--@mbg.generated-->
<!--@Table io_order_detail_code-->
<id column="id" jdbcType="INTEGER" property="id" />
<result column="orderIdFk" jdbcType="VARCHAR" property="orderIdFk" />
<result column="bindRlFk" jdbcType="VARCHAR" property="bindRlFk" />
<result column="uuidFk" jdbcType="VARCHAR" property="uuidFk" />
<result column="nameCode" jdbcType="VARCHAR" property="nameCode" />
<result column="batchNo" jdbcType="VARCHAR" property="batchNo" />
<result column="productDate" jdbcType="VARCHAR" property="productDate" />
<result column="expireDate" jdbcType="VARCHAR" property="expireDate" />
<result column="coName" jdbcType="VARCHAR" property="coName" />
<result column="certCode" jdbcType="VARCHAR" property="certCode" />
<result column="ylqxzcrbarmc" jdbcType="VARCHAR" property="ylqxzcrbarmc" />
<result column="manufacturer" jdbcType="VARCHAR" property="manufacturer" />
<result column="measname" jdbcType="VARCHAR" property="measname" />
<result column="spec" jdbcType="VARCHAR" property="spec" />
<result column="price" jdbcType="DECIMAL" property="price" />
<result column="secSalesListNo" jdbcType="VARCHAR" property="secSalesListNo" />
<result column="firstSalesInvNo" jdbcType="VARCHAR" property="firstSalesInvNo" />
<result column="secSalesInvNo" jdbcType="VARCHAR" property="secSalesInvNo" />
<result column="invoiceDate" jdbcType="VARCHAR" property="invoiceDate" />
<result column="supId" jdbcType="VARCHAR" property="supId" />
<result column="bindSupStatus" jdbcType="VARCHAR" property="bindSupStatus" />
<result column="count" jdbcType="INTEGER" property="count" />
<result column="reCount" jdbcType="INTEGER" property="reCount" />
<result column="remark" jdbcType="VARCHAR" property="remark" />
<result column="remark1" jdbcType="VARCHAR" property="remark1" />
<result column="remark2" jdbcType="VARCHAR" property="remark2" />
<result column="remark3" jdbcType="VARCHAR" property="remark3" />
<result column="remark4" jdbcType="VARCHAR" property="remark4" />
<result column="remark5" jdbcType="VARCHAR" property="remark5" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, orderIdFk, bindRlFk, uuidFk, nameCode, batchNo, productDate, expireDate, coName,
certCode, ylqxzcrbarmc, manufacturer, measname, spec, price, secSalesListNo, firstSalesInvNo,
secSalesInvNo, invoiceDate, supId, bindSupStatus, `count`, reCount, remark, remark1,
remark2, remark3, remark4, remark5
</sql>
</mapper>