| | |
| | | <result property="apiUrl" column="api_url" jdbcType="VARCHAR"/>
|
| | | <result property="apiMethod" column="api_method" jdbcType="VARCHAR"/>
|
| | | <result property="tabName" column="tab_name" jdbcType="VARCHAR"/>
|
| | | <result property="isLimit" column="is_limit" jdbcType="TINYINT"/>
|
| | | <result property="isResponse" column="is_response" jdbcType="TINYINT"/>
|
| | | <result property="primaryKeys" column="primary_keys" jdbcType="VARCHAR"/>
|
| | | <result property="remark" column="remark" jdbcType="VARCHAR"/>
|
| | | <result property="resultCodeKey" column="result_code_key" jdbcType="VARCHAR"/>
|
| | | <result property="resultDataKey" column="result_data_key" jdbcType="VARCHAR"/>
|
| | | </resultMap>
|
| | |
|
| | | <sql id="Base_Column_List">
|
| | | id,api_url,api_method, |
| | | tab_name,is_limit,primary_keys, |
| | | remark
|
| | | tab_name,is_response,primary_keys, |
| | | remark,result_code_key,result_data_key
|
| | | </sql>
|
| | | </mapper>
|