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.
23 lines
1.3 KiB
23 lines
1.3 KiB
<?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.OcrPictureInfoMapper">
|
|
<resultMap id="BaseResultMap" type="cn.jyjz.xiaoyao.ocr.dataobject.OcrPictureInfo">
|
|
<!--@mbg.generated-->
|
|
<!--@Table ocr_picture_info-->
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
|
<result column="picture_id" jdbcType="BIGINT" property="pictureId" />
|
|
<result column="img_size" jdbcType="VARCHAR" property="imgSize" />
|
|
<result column="img_format" jdbcType="VARCHAR" property="imgFormat" />
|
|
<result column="img_measure" jdbcType="VARCHAR" property="imgMeasure" />
|
|
<result column="upload_time" jdbcType="BIGINT" property="uploadTime" />
|
|
<result column="create_time" jdbcType="BIGINT" property="createTime" />
|
|
<result column="img_space" jdbcType="VARCHAR" property="imgSpace" />
|
|
<result column="tag_time" jdbcType="BIGINT" property="tagTime" />
|
|
<result column="source" jdbcType="VARCHAR" property="source" />
|
|
</resultMap>
|
|
<sql id="Base_Column_List">
|
|
<!--@mbg.generated-->
|
|
id, picture_id, img_size, img_format, img_measure, upload_time, create_time, img_space,
|
|
tag_time, `source`
|
|
</sql>
|
|
</mapper> |