Commit 14cee07c authored by duanruiming's avatar duanruiming

[update] CrossInfoMapper优化

parent 717da97e
<?xml version="1.0" encoding="UTF-8" ?> <?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" > <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="net.wanji.databus.dao.mapper.TBaseCrossInfoMapper"> <mapper namespace="net.wanji.databus.dao.mapper.CrossInfoMapper">
<resultMap id="BaseResultMap" type="net.wanji.databus.po.TBaseCrossInfo"> <resultMap id="BaseResultMap" type="net.wanji.databus.po.TBaseCrossInfo">
<id column="id" property="id" jdbcType="CHAR"/> <id column="id" property="id" jdbcType="CHAR"/>
<result column="name" property="name" jdbcType="VARCHAR"/> <result column="name" property="name" jdbcType="VARCHAR"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment