You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.7 KiB
30 lines
1.7 KiB
<?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="digital.laboratory.platform.reagent.mapper.DecentralizeDetailsMapper">
|
|
|
|
<resultMap id="decentralizeDetailsMap" type="digital.laboratory.platform.reagent.entity.DecentralizeDetails">
|
|
<id property="decentralizeDetailsId" column="decentralize_details_id"/>
|
|
<result property="brand" column="brand"/>
|
|
<result property="category" column="category"/>
|
|
<result property="decentralizedRequestId" column="decentralized_request_id"/>
|
|
<result property="deviationOrUncertainty" column="deviation_or_uncertainty"/>
|
|
<result property="packagedCopies" column="packaged_copies"/>
|
|
<result property="quantity" column="quantity"/>
|
|
<result property="reagentConsumableId" column="reagent_consumable_id"/>
|
|
<result property="species" column="species"/>
|
|
<result property="specificationAndModel" column="specification_and_model"/>
|
|
<result property="standardValueOrPurity" column="standard_value_or_purity"/>
|
|
<result property="technicalParameter" column="technical_parameter"/>
|
|
<result property="unitPrice" column="unit_price"/>
|
|
<result property="purpose" column="purpose"/>
|
|
<result property="englishName" column="english_name"/>
|
|
<result property="reagentConsumableName" column="reagent_consumable_name"/>
|
|
<result property="alias" column="alias"/>
|
|
<result property="storageCondition" column="storage_condition"/>
|
|
<result property="remark" column="remark"/>
|
|
<result property="minimumUnit" column="minimum_unit"/>
|
|
</resultMap>
|
|
</mapper>
|
|
|
|
|