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.
ocr/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrCheckDescribeHisMapper.xml

16 lines
794 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.OcrCheckDescribeHisMapper">
<resultMap id="BaseResultMap" type="cn.jyjz.xiaoyao.ocr.dataobject.OcrCheckDescribeHis">
<!--@mbg.generated-->
<!--@Table ocr_check_describe_his-->
<id column="id" jdbcType="BIGINT" property="id" />
<result column="pictureId" jdbcType="BIGINT" property="pictureid" />
<result column="checkResult" jdbcType="LONGVARCHAR" property="checkresult" />
<result column="describe" jdbcType="VARCHAR" property="describe" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, pictureId, checkResult, `describe`
</sql>
</mapper>