parent
4b677b0f9f
commit
85bb5c8679
@ -0,0 +1,16 @@
|
||||
<?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>
|
Loading…
Reference in new issue