Newer
Older
huludao / src / main / resources / mapper / business / EquMaintenanceApprovalDao.xml
@新烽开发者 新烽开发者 on 22 Jul 878 bytes init
<?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.newfiber.modules.inspection.dao.EquMaintenanceApprovalDao">

	<!-- 可根据自己的需求,是否要使用 -->
    <resultMap type="com.newfiber.modules.inspection.entity.EquMaintenanceApprovalEntity" id="equMaintenanceApprovalMap">
        <result property="id" column="id"/>
        <result property="workOrderNo" column="work_order_no"/>
        <result property="receiptTime" column="receipt_time"/>
        <result property="receiptPersonnel" column="receipt_personnel"/>
        <result property="receiptPersonnelName" column="receipt_personnel_name"/>
        <result property="thingLevel" column="thing_level"/>
        <result property="planning" column="planning"/>
    </resultMap>


</mapper>