|
|
@ -80,6 +80,10 @@ |
|
|
|
<result property="createBy" column="create_by"/> |
|
|
|
<result property="createBy" column="create_by"/> |
|
|
|
<result property="updateTime" column="update_time"/> |
|
|
|
<result property="updateTime" column="update_time"/> |
|
|
|
<result property="updateBy" column="update_by"/> |
|
|
|
<result property="updateBy" column="update_by"/> |
|
|
|
|
|
|
|
<result property="materialAge" column="material_age"/> |
|
|
|
|
|
|
|
<result property="imEntrustNumber" column="im_entrust_number"/> |
|
|
|
|
|
|
|
<result property="biologyType" column="biology_type"/> |
|
|
|
|
|
|
|
<result property="biologyGender" column="biology_gender"/> |
|
|
|
</resultMap> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
|
|
|
|
<resultMap id="entrustmentIdentificationMaterialVO" type="digital.laboratory.platform.entrustment.vo.EntrustmentIdentificationMaterialVO" extends="entrustmentIdentificationMaterialMap"> |
|
|
|
<resultMap id="entrustmentIdentificationMaterialVO" type="digital.laboratory.platform.entrustment.vo.EntrustmentIdentificationMaterialVO" extends="entrustmentIdentificationMaterialMap"> |
|
|
|