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/IoOrderSkPrescribeMapper.xml

35 lines
2.0 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.IoOrderSkPrescribeMapper">
<resultMap id="BaseResultMap" type="com.glxp.api.entity.inout.IoOrderSkPrescribeEntity">
<!--@mbg.generated-->
<!--@Table io_order_sk_prescribe-->
<id column="id" jdbcType="BIGINT" property="id" />
<result column="pId" jdbcType="BIGINT" property="pId" />
<result column="sickerCode" jdbcType="VARCHAR" property="sickerCode" />
<result column="prescribeCode" jdbcType="VARCHAR" property="prescribeCode" />
<result column="relId" jdbcType="BIGINT" property="relId" />
<result column="thrName" jdbcType="VARCHAR" property="thrName" />
<result column="thrCode" jdbcType="VARCHAR" property="thrCode" />
<result column="measureCount" jdbcType="VARCHAR" 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="price" jdbcType="DECIMAL" property="price" />
<result column="ggxh" jdbcType="VARCHAR" property="ggxh" />
<result column="remark" jdbcType="VARCHAR" property="remark" />
<result column="nameCode" jdbcType="VARCHAR" property="nameCode" />
<result column="amount" jdbcType="DECIMAL" property="amount" />
<result column="adNum" jdbcType="VARCHAR" property="adNum" />
<result column="realCount" jdbcType="VARCHAR" property="realCount" />
<result column="realPrice" jdbcType="DECIMAL" property="realPrice" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, pId, sickerCode, prescribeCode, relId, thrName, thrCode, measureCount, measureUnit,
category, frequency, `count`, price, ggxh, remark, nameCode, amount, adNum, realCount,
realPrice
</sql>
</mapper>