城乡社区公共安全视频监控

功能代码新增
This commit is contained in:
Renpc-kilig 2021-10-13 17:05:17 +08:00
parent 24fb1e13ca
commit e9274f30d9

View File

@ -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="ink.wgink.dao.publicvideo.IPublicVideoDao">
<mapper namespace="cn.com.tenlion.systembase.dao.publicvideo.IPublicVideoDao">
<resultMap id="publicVideoDTO" type="ink.wgink.pojo.dtos.publicvideo.PublicVideoDTO">
<resultMap id="publicVideoDTO" type="cn.com.tenlion.systembase.pojo.dtos.publicvideo.PublicVideoDTO">
<result column="public_video_id" property="publicVideoId"/>
<result column="rural_name" property="ruralName"/>
<result column="rural_phone" property="ruralPhone"/>
@ -16,7 +16,7 @@
<result column="hundred_camera" property="hundredCamera"/>
</resultMap>
<resultMap id="publicVideoBO" type="ink.wgink.pojo.bos.publicvideo.PublicVideoBO">
<resultMap id="publicVideoBO" type="cn.com.tenlion.systembase.pojo.bos.publicvideo.PublicVideoBO">
<result column="public_video_id" property="publicVideoId"/>
<result column="rural_name" property="ruralName"/>
<result column="rural_phone" property="ruralPhone"/>
@ -30,7 +30,7 @@
<result column="hundred_camera" property="hundredCamera"/>
</resultMap>
<resultMap id="publicVideoPO" type="ink.wgink.pojo.pos.publicvideo.PublicVideoPO">
<resultMap id="publicVideoPO" type="cn.com.tenlion.systembase.pojo.pos.publicvideo.PublicVideoPO">
<result column="public_video_id" property="publicVideoId"/>
<result column="rural_name" property="ruralName"/>
<result column="rural_phone" property="ruralPhone"/>