25 lines
1.5 KiB
XML
25 lines
1.5 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.ruoyi.system.mapper.baseinfo.CountryMapper">
|
|
<resultMap id="BaseResultMap" type="com.ruoyi.system.domain.entity.baseinfo.Country">
|
|
<!--
|
|
WARNING - @mbg.generated
|
|
-->
|
|
<id column="CountryId" jdbcType="INTEGER" property="countryid" />
|
|
<result column="CountryName" jdbcType="VARCHAR" property="countryname" />
|
|
<result column="EnglishName" jdbcType="VARCHAR" property="englishname" />
|
|
<result column="AbbreviationName" jdbcType="VARCHAR" property="abbreviationname" />
|
|
<result column="CountryNameLocal" jdbcType="VARCHAR" property="countrynamelocal" />
|
|
<result column="FlagPath" jdbcType="VARCHAR" property="flagpath" />
|
|
<result column="IsActive" jdbcType="TINYINT" property="isactive" />
|
|
<result column="Longitude" jdbcType="DECIMAL" property="longitude" />
|
|
<result column="Latitude" jdbcType="DECIMAL" property="latitude" />
|
|
<result column="url" jdbcType="VARCHAR" property="url" />
|
|
<result column="Timezone" jdbcType="INTEGER" property="timezone" />
|
|
<result column="CreatedBy" jdbcType="INTEGER" property="createdby" />
|
|
<result column="DateCreated" jdbcType="TIMESTAMP" property="datecreated" />
|
|
<result column="UpdatedBy" jdbcType="INTEGER" property="updatedby" />
|
|
<result column="DateUpdated" jdbcType="TIMESTAMP" property="dateupdated" />
|
|
<result column="CountryJson" jdbcType="VARCHAR" property="countryjson" />
|
|
</resultMap>
|
|
</mapper> |