贵阳委托送检

This commit is contained in:
2024-09-02 09:32:27 +08:00
parent 3cdca51a3e
commit f34a1b290e
245 changed files with 55306 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?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.entrustment.mapper.StorageCellLogMapper">
<resultMap id="storageCellLogMap" type="digital.laboratory.platform.entrustment.entity.StorageCellLog">
<id property="id" column="id"/>
<result property="cellId" column="cell_id"/>
<result property="operate" column="operate"/>
<result property="boxId" column="box_id"/>
<result property="createTime" column="create_time"/>
<result property="createBy" column="create_by"/>
</resultMap>
</mapper>