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.
26 lines
1.2 KiB
26 lines
1.2 KiB
|
4 months ago
|
<?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="com.nov.KgLowDurable.mapper.LdDurableFormMapper">
|
||
|
|
|
||
|
|
<!-- 完整的ldApproveResultMap -->
|
||
|
|
<resultMap id="ldApproveResultMap" type="com.nov.KgLowDurable.pojo.entity.LdDurableForm">
|
||
|
|
<id column="id" property="id"/>
|
||
|
|
<result column="material_id" property="materialId"/>
|
||
|
|
<result column="material_name" property="materialName"/>
|
||
|
|
<result column="material_code" property="materialCode"/>
|
||
|
|
<result column="one_put_material_code" property="onePutMaterialCode"/>
|
||
|
|
<result column="model" property="model"/>
|
||
|
|
<result column="type" property="type"/>
|
||
|
|
<result column="unit" property="unit"/>
|
||
|
|
<result column="num" property="num"/>
|
||
|
|
<result column="unit_price" property="unitPrice"/>
|
||
|
|
<result column="amount" property="amount"/>
|
||
|
|
<result column="department" property="department"/>
|
||
|
|
<result column="picture" property="picture"/>
|
||
|
|
<result column="remark" property="remark"/>
|
||
|
|
<result column="is_borrow" property="isBorrow"/>
|
||
|
|
</resultMap>
|
||
|
|
|
||
|
|
|
||
|
|
</mapper>
|