|
|
@@ -1,6 +1,6 @@
|
|
1
|
1
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
2
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
|
3
|
|
-<mapper namespace="com.chinaitop.depot.storage.mapper.StorageQualitycheckMapper" >
|
|
|
3
|
+<mapper namespace="com.chinaitop.depot.storage.mapper.StorageQualitycheckMapper">
|
|
4
|
4
|
<resultMap id="BaseResultMap" type="com.chinaitop.depot.storage.model.StorageQualitycheck" >
|
|
5
|
5
|
<id column="id" property="id" jdbcType="INTEGER" />
|
|
6
|
6
|
<result column="depot_id" property="depotId" jdbcType="INTEGER" />
|