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.1 KiB
XML
20 lines
1.1 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.dao.auth.AuthLicenseDao">
|
|
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.auth.AuthLicenseEntity">
|
|
<!--@mbg.generated-->
|
|
<!--@Table auth_license-->
|
|
<id column="id" jdbcType="VARCHAR" property="id" />
|
|
<result column="appid" jdbcType="VARCHAR" property="appid" />
|
|
<result column="name" jdbcType="VARCHAR" property="name" />
|
|
<result column="apikey" jdbcType="VARCHAR" property="apikey" />
|
|
<result column="secretkey" jdbcType="VARCHAR" property="secretkey" />
|
|
<result column="createDate" jdbcType="TIMESTAMP" property="createDate" />
|
|
<result column="customerId" jdbcType="VARCHAR" property="customerId" />
|
|
<result column="companyName" jdbcType="VARCHAR" property="companyName" />
|
|
</resultMap>
|
|
<sql id="Base_Column_List">
|
|
<!--@mbg.generated-->
|
|
id, appid, `name`, apikey, secretkey, createDate, customerId, companyName
|
|
</sql>
|
|
</mapper> |