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/src/main/resources/mybatis/mapper/master/drugcabinet/A001Mapper.xml

44 lines
2.7 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.drugcabinet.A001Mapper">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.drugcabinet.A001">
<!--@mbg.generated-->
<!--@Table a001-->
<result column="lastUpdateTime" jdbcType="VARCHAR" property="lastupdatetime" />
<result column="code" jdbcType="VARCHAR" property="code" />
<result column="name" jdbcType="VARCHAR" property="name" />
<result column="nameCode" jdbcType="VARCHAR" property="namecode" />
<result column="measname" jdbcType="VARCHAR" property="measname" />
<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="zxbzsl" jdbcType="VARCHAR" property="zxbzsl" />
<result column="registerNo" jdbcType="VARCHAR" property="registerno" />
<result column="manufactoryCode" jdbcType="VARCHAR" property="manufactorycode" />
<result column="manufactory" jdbcType="VARCHAR" property="manufactory" />
<result column="supCode" jdbcType="VARCHAR" property="supcode" />
<result column="supName" jdbcType="VARCHAR" property="supname" />
<result column="cplb" jdbcType="VARCHAR" property="cplb" />
<result column="flbm" jdbcType="VARCHAR" property="flbm" />
<result column="ybbm" jdbcType="VARCHAR" property="ybbm" />
<result column="sptm" jdbcType="VARCHAR" property="sptm" />
<result column="tyshxydm" jdbcType="VARCHAR" property="tyshxydm" />
<result column="cpms" jdbcType="VARCHAR" property="cpms" />
<result column="spmc" jdbcType="VARCHAR" property="spmc" />
<result column="zczyxqz" jdbcType="VARCHAR" property="zczyxqz" />
<result column="price" jdbcType="VARCHAR" property="price" />
<result column="retailPrice" jdbcType="VARCHAR" property="retailprice" />
<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" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
lastUpdateTime, code, `name`, nameCode, measname, bzgg, packUnit, prepnSpec, prepnUnit,
zxbzsl, registerNo, manufactoryCode, manufactory, supCode, supName, cplb, flbm, ybbm,
sptm, tyshxydm, cpms, spmc, zczyxqz, price, retailPrice, remark, remark1, remark2,
remark3
</sql>
</mapper>