mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 02:08:15 +08:00
17 lines
677 B
XML
17 lines
677 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="com.ruoyi.system.fantang.mapper.FtFaceinfoDaoMapper">
|
|
|
|
<resultMap type="FtFaceinfoDao" id="FtFaceinfoDaoResult">
|
|
<result property="id" column="id" />
|
|
<result property="deviceId" column="device_id" />
|
|
<result property="personId" column="person_id" />
|
|
<result property="phone" column="phone" />
|
|
<result property="memId" column="mem_id" />
|
|
<result property="createtime" column="createTime" />
|
|
</resultMap>
|
|
|
|
|
|
</mapper> |