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.
32 lines
1.9 KiB
XML
32 lines
1.9 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.thirddao.cdxnnkyy.A010detailMapper">
|
|
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.cdxnnkyy.A010detail">
|
|
<!--@mbg.generated-->
|
|
<!--@Table udi_wms_ywj.a010detail-->
|
|
<id column="CODEFK" jdbcType="VARCHAR" property="codefk" />
|
|
<id column="THRID" jdbcType="VARCHAR" property="thrid" />
|
|
<result column="ITEMNAME" jdbcType="VARCHAR" property="itemname" />
|
|
<result column="ITEMCODE" jdbcType="VARCHAR" property="itemcode" />
|
|
<result column="MEASURECOUNT" jdbcType="INTEGER" property="measurecount" />
|
|
<result column="MEASUREUNIT" jdbcType="VARCHAR" property="measureunit" />
|
|
<result column="CATEGORY" jdbcType="VARCHAR" property="category" />
|
|
<result column="FREQUENCY" jdbcType="VARCHAR" property="frequency" />
|
|
<result column="COUNT" jdbcType="INTEGER" property="count" />
|
|
<result column="BZGG" jdbcType="VARCHAR" property="bzgg" />
|
|
<result column="PACKUNIT" jdbcType="VARCHAR" property="packunit" />
|
|
<result column="PREPNSPEC" jdbcType="VARCHAR" property="prepnspec" />
|
|
<result column="PREPNUNIT" jdbcType="VARCHAR" property="prepnunit" />
|
|
<result column="MEASNAME" jdbcType="VARCHAR" property="measname" />
|
|
<result column="PRICE" jdbcType="DECIMAL" property="price" />
|
|
<result column="RETAILPRICE" jdbcType="DECIMAL" property="retailprice" />
|
|
<result column="TOTALAMOUNT" jdbcType="DECIMAL" property="totalamount" />
|
|
<result column="REMARK" jdbcType="LONGVARCHAR" property="remark" />
|
|
</resultMap>
|
|
<sql id="Base_Column_List">
|
|
<!--@mbg.generated-->
|
|
CODEFK, THRID, ITEMNAME, ITEMCODE, MEASURECOUNT, MEASUREUNIT, CATEGORY, FREQUENCY,
|
|
`COUNT`, BZGG, PACKUNIT, PREPNSPEC, PREPNUNIT, MEASNAME, PRICE, RETAILPRICE, TOTALAMOUNT,
|
|
REMARK
|
|
</sql>
|
|
</mapper> |