<?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.gkhy.safePlatform.specialWork.repository.ApprovalRuleRepository" >
|
<resultMap type="com.gkhy.safePlatform.specialWork.entity.WorkMaterialInfo" id="WorkMaterialMap">
|
<result property="id" column="id" jdbcType="BIGINT"/>
|
<result property="materialName" column="material_name" jdbcType="VARCHAR"/>
|
<result property="materialNo" column="material_no" jdbcType="VARCHAR"/>
|
<result property="consumable" column="consumable" jdbcType="TINYINT"/>
|
<result property="rfid" column="rfid" jdbcType="VARCHAR"/>
|
<result property="receiveId" column="receive_id" jdbcType="BIGINT"/>
|
<result property="receiveUid" column="receive_uid" jdbcType="BIGINT"/>
|
<result property="receiveUname" column="receive_uname" jdbcType="VARCHAR"/>
|
<result property="receiveTime" column="receive_time" jdbcType="TIMESTAMP"/>
|
<result property="workMaterialId" column="work_material_id" jdbcType="BIGINT"/>
|
<result property="workApplyId" column="work_apply_id" jdbcType="BIGINT"/>
|
</resultMap>
|
|
</mapper>
|