From 22ec70f29b6431d4e773ccf529d82c586edafb23 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 26 九月 2022 17:49:39 +0800
Subject: [PATCH] 视频点位管理

---
 ycl-platform/src/main/resources/mapper/video/VideoAlarmReportMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ycl-platform/src/main/resources/mapper/videoAlarm/VideoAlarmReportMapper.xml b/ycl-platform/src/main/resources/mapper/video/VideoAlarmReportMapper.xml
similarity index 84%
rename from ycl-platform/src/main/resources/mapper/videoAlarm/VideoAlarmReportMapper.xml
rename to ycl-platform/src/main/resources/mapper/video/VideoAlarmReportMapper.xml
index b6234bc..c8b1cf5 100644
--- a/ycl-platform/src/main/resources/mapper/videoAlarm/VideoAlarmReportMapper.xml
+++ b/ycl-platform/src/main/resources/mapper/video/VideoAlarmReportMapper.xml
@@ -1,8 +1,8 @@
 <?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.ycl.mapper.videoAlarm.VideoAlarmReportMapper">
+<mapper namespace="com.ycl.mapper.video.VideoAlarmReportMapper">
 
-    <resultMap type="com.ycl.entity.videoAlarm.VideoAlarmReport" id="VideoAlarmReportMap">
+    <resultMap type="com.ycl.entity.video.VideoAlarmReport" id="VideoAlarmReportMap">
         <result property="id" column="id"/>
         <result property="ip" column="ip"/>
         <result property="port" column="port"/>

--
Gitblit v1.8.0