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.
43 lines
2.6 KiB
XML
43 lines
2.6 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.inv.InvCpThrProuductMapper">
|
|
<resultMap id="BaseResultMap" type="com.glxp.api.entity.inv.InvCpThrProuductEntity">
|
|
<!--@mbg.generated-->
|
|
<!--@Table inv_cp_thr_prouduct-->
|
|
<id column="id" jdbcType="INTEGER" property="id" />
|
|
<result column="thrCode" jdbcType="VARCHAR" property="thrCode" />
|
|
<result column="cpmctymc" jdbcType="VARCHAR" property="cpmctymc" />
|
|
<result column="nameCode" jdbcType="VARCHAR" property="nameCode" />
|
|
<result column="ggxh" jdbcType="VARCHAR" property="ggxh" />
|
|
<result column="batchNo" jdbcType="INTEGER" property="batchNo" />
|
|
<result column="measname" jdbcType="VARCHAR" property="measname" />
|
|
<result column="price" jdbcType="DECIMAL" property="price" />
|
|
<result column="productionDate" jdbcType="TIMESTAMP" property="productionDate" />
|
|
<result column="expireDate" jdbcType="TIMESTAMP" property="expireDate" />
|
|
<result column="ylqxzcrbarmc" jdbcType="VARCHAR" property="ylqxzcrbarmc" />
|
|
<result column="zczbhhzbapzbh" jdbcType="VARCHAR" property="zczbhhzbapzbh" />
|
|
<result column="inCount" jdbcType="INTEGER" property="inCount" />
|
|
<result column="outCount" jdbcType="INTEGER" property="outCount" />
|
|
<result column="reCount" jdbcType="INTEGER" property="reCount" />
|
|
<result column="supName" jdbcType="VARCHAR" property="supName" />
|
|
<result column="deptName" jdbcType="VARCHAR" property="deptName" />
|
|
<result column="deptCode" jdbcType="VARCHAR" property="deptCode" />
|
|
<result column="invName" jdbcType="VARCHAR" property="invName" />
|
|
<result column="invCode" jdbcType="VARCHAR" property="invCode" />
|
|
<result column="spaceName" jdbcType="VARCHAR" property="spaceName" />
|
|
<result column="spaceCode" jdbcType="VARCHAR" property="spaceCode" />
|
|
<result column="compareId" jdbcType="BIGINT" property="compareId" />
|
|
<result column="createTime" jdbcType="TIMESTAMP" property="createTime" />
|
|
<result column="updateTime" jdbcType="TIMESTAMP" property="updateTime" />
|
|
<result column="mainAction" jdbcType="VARCHAR" property="mainAction" />
|
|
<result column="remark" jdbcType="VARCHAR" property="remark" />
|
|
</resultMap>
|
|
<sql id="Base_Column_List">
|
|
<!--@mbg.generated-->
|
|
id, thrCode, cpmctymc, nameCode, ggxh, batchNo, measname, price, productionDate,
|
|
expireDate, ylqxzcrbarmc, zczbhhzbapzbh, inCount, outCount, reCount, supName, deptName,
|
|
deptCode, invName, invCode, spaceName, spaceCode, compareId, createTime, updateTime,
|
|
mainAction, remark
|
|
</sql>
|
|
</mapper>
|