You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
951 B
18 lines
951 B
<?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="cn.jyjz.xiaoyao.ocr.dataDao.OcrPictureLogMapper">
|
|
|
|
<resultMap id="BaseResultMap" type="cn.jyjz.xiaoyao.ocr.dataobject.OcrPictureLog">
|
|
<id column="ID" property="id" jdbcType="BIGINT"/>
|
|
<result column="create_by" property="createBy" jdbcType="VARCHAR"/>
|
|
<result column="create_time" property="createTime" jdbcType="BIGINT"/>
|
|
<result column="update_by" property="updateBy" jdbcType="VARCHAR"/>
|
|
<result column="update_time" property="updateTime" jdbcType="BIGINT"/>
|
|
<result column="call_time" property="callTime" jdbcType="VARCHAR"/>
|
|
<result column="picture_url" property="pictureUrl" jdbcType="VARCHAR"/>
|
|
<result column="call_status" property="callStatus" jdbcType="VARCHAR"/>
|
|
<result column="call_msg" property="callMsg" jdbcType="VARCHAR"/>
|
|
</resultMap>
|
|
|
|
</mapper>
|