fix(mapper): 补充 country_name_english 字段映射
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<result column="country_name" jdbcType="VARCHAR" property="countryName" />
|
||||
<result column="language" jdbcType="VARCHAR" property="language" />
|
||||
<result column="language_name" jdbcType="VARCHAR" property="languageName" />
|
||||
<result column="country_name_english" jdbcType="VARCHAR" property="countryNameEnglish" />
|
||||
</resultMap>
|
||||
<sql id="Base_Column_List">
|
||||
<!--@mbg.generated-->
|
||||
|
||||
Reference in New Issue
Block a user