Files
klp-oa/klp-pltcm/src/main/resources/mapper/pltcm/ModDeviceEnableMapper.xml

21 lines
1.1 KiB
XML
Raw Normal View History

<?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.klp.pltcm.mapper.ModDeviceEnableMapper">
<resultMap type="com.klp.pltcm.domain.ModDeviceEnable" id="ModDeviceEnableResult">
<result property="id" column="id"/>
<result property="deviceCode" column="device_code"/>
<result property="deviceName" column="device_name"/>
<result property="deviceType" column="device_type"/>
<result property="workshop" column="workshop"/>
<result property="lineName" column="line_name"/>
<result property="isEnabled" column="is_enabled"/>
<result property="sortOrder" column="sort_order"/>
<result property="remark" column="remark"/>
<result property="createBy" column="create_by"/>
<result property="createTime" column="create_time"/>
<result property="updateBy" column="update_by"/>
<result property="updateTime" column="update_time"/>
<result property="delFlag" column="del_flag"/>
</resultMap>
</mapper>