郑永安
2023-06-19 7a6abd05683528032687c75e80e0bd2030a3e46c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>