*
lsh
2025-04-02 00b8aee10ff8a0fe54187d51ec6b8c5de14250b6
src/main/resources/mapper/DeviceErrorMapper.xml
@@ -4,11 +4,11 @@
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.zy.asrs.entity.DeviceError">
        <id column="id" property="id" />
        <result column="device" property="device" />
        <result column="device_id" property="deviceId" />
        <result column="create_time" property="createTime" />
        <result column="msg" property="msg" />
        <id column="ID" property="id" />
        <result column="DEVICE" property="device" />
        <result column="DEVICE_ID" property="deviceId" />
        <result column="CREATE_TIME" property="createTime" />
        <result column="MSG" property="msg" />
    </resultMap>