You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.0 KiB
XML
20 lines
1.0 KiB
XML
<?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="com.glxp.mipsdl.thirddao.scpwxyy.A001Mapper">
|
|
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.scpwxyy.A001">
|
|
<!--@mbg.generated-->
|
|
<!--@Table udi_wms_ywj.a001-->
|
|
<id column="UNITID" jdbcType="VARCHAR" property="unitid" />
|
|
<result column="NAME" jdbcType="VARCHAR" property="name" />
|
|
<result column="LASTUPDATETIME" jdbcType="TIMESTAMP" property="lastupdatetime" />
|
|
<result column="ADDR" jdbcType="VARCHAR" property="addr" />
|
|
<result column="CREDITNO" jdbcType="VARCHAR" property="creditno" />
|
|
<result column="SPELL" jdbcType="VARCHAR" property="spell" />
|
|
<result column="CONTACT" jdbcType="VARCHAR" property="contact" />
|
|
<result column="MOBILE" jdbcType="VARCHAR" property="mobile" />
|
|
</resultMap>
|
|
<sql id="Base_Column_List">
|
|
<!--@mbg.generated-->
|
|
UNITID, `NAME`, LASTUPDATETIME, ADDR, CREDITNO, SPELL, CONTACT, MOBILE
|
|
</sql>
|
|
</mapper> |