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.
33 lines
1.7 KiB
XML
33 lines
1.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.api.dao.basic.BasicSkPrescribeItemMapper">
|
|
|
|
<resultMap id="BaseResultMap" type="com.glxp.api.entity.basic.BasicSkPrescribeItemEntity">
|
|
<id property="id" column="id" jdbcType="BIGINT"/>
|
|
<result property="thrId" column="thrId" jdbcType="VARCHAR"/>
|
|
<result property="sickerCode" column="sickerCode" jdbcType="VARCHAR"/>
|
|
<result property="prescribeCode" column="prescribeCode" jdbcType="VARCHAR"/>
|
|
<result property="relId" column="relId" jdbcType="BIGINT"/>
|
|
<result property="itemName" column="itemName" jdbcType="VARCHAR"/>
|
|
<result property="itemCode" column="itemCode" jdbcType="VARCHAR"/>
|
|
<result property="measureCount" column="measureCount" jdbcType="VARCHAR"/>
|
|
<result property="measureUnit" column="measureUnit" jdbcType="VARCHAR"/>
|
|
<result property="category" column="category" jdbcType="VARCHAR"/>
|
|
<result property="frequency" column="frequency" jdbcType="VARCHAR"/>
|
|
<result property="count" column="count" jdbcType="INTEGER"/>
|
|
<result property="price" column="price" jdbcType="DECIMAL"/>
|
|
<result property="ggxh" column="ggxh" jdbcType="VARCHAR"/>
|
|
<result property="remark" column="remark" jdbcType="VARCHAR"/>
|
|
</resultMap>
|
|
|
|
<sql id="Base_Column_List">
|
|
id,thrId,sickerCode,
|
|
prescribeCode,relId,itemName,
|
|
itemCode,measureCount,measureUnit,
|
|
category,frequency,count,
|
|
price,ggxh,remark
|
|
</sql>
|
|
</mapper>
|