This commit is contained in:
2023-04-13 23:10:19 +08:00
parent 3098c09e81
commit 6beb9c4eaa
324 changed files with 103895 additions and 122417 deletions
@@ -5,11 +5,11 @@
<mapper namespace="digital.laboratory.platform.reagent.mapper.ReagentConsumablesMapper">
<resultMap id="reagentConsumablesMap" type="digital.laboratory.platform.reagent.entity.ReagentConsumables">
<id property="reagentConsumablesId" column="reagent_consumables_id"/>
<id property="reagentConsumableId" column="reagent_consumable_id"/>
<result property="brand" column="brand"/>
<result property="catagory" column="catagory"/>
<result property="category" column="category"/>
<result property="deviationOrUncertainty" column="deviation_or_uncertainty"/>
<result property="name" column="name"/>
<result property="reagentConsumableName" column="reagent_consumable_name"/>
<result property="species" column="species"/>
<result property="specificationAndModel" column="specification_and_model"/>
<result property="createTime" column="create_time"/>
@@ -19,6 +19,15 @@
<result property="standardValueOrPurity" column="standard_value_or_purity"/>
<result property="technicalParameter" column="technical_parameter"/>
<result property="unitPrice" column="unit_price"/>
<result property="englishName" column="english_name"/>
<result property="packagedCopies" column="packaged_copies"/>
<result property="alias" column="alias"/>
<result property="storageCondition" column="storage_condition"/>
<result property="remark" column="remark"/>
<result property="minimumUnit" column="minimum_unit"/>
<result property="number" column="number"/>
</resultMap>
</mapper>