Guwan-smartSchool/shapelight-admin/src/main/resources/mapper/ten/TenDeviceAlertDao.xml

17 lines
749 B
XML

<?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="net.shapelight.modules.ten.dao.TenDeviceAlertDao">
<!-- 可根据自己的需求,是否要使用 -->
<resultMap type="net.shapelight.modules.ten.entity.TenDeviceAlertEntity" id="tenDeviceAlertMap">
<result property="deviceAlertId" column="device_alert_id"/>
<result property="sn" column="sn"/>
<result property="alertType" column="alert_type"/>
<result property="alertLevel" column="alert_level"/>
<result property="alertTime" column="alert_time"/>
<result property="errorLog" column="error_log"/>
</resultMap>
</mapper>