feat(tkdata-country): 新增国家英文名字段

This commit is contained in:
2026-02-10 20:53:34 +08:00
parent 0d32dc67e9
commit d89676296a
2 changed files with 4 additions and 1 deletions

View File

@@ -44,4 +44,7 @@ public class CountryInfoRespVO {
@ExcelProperty("创建时间")
private LocalDateTime createTime;
@Schema(description = "国家英文名")
@ExcelProperty("国家英文名")
private String countryNameEnglish;
}

View File

@@ -47,5 +47,5 @@ public class CountryInfoDO {
*/
private String languageName;
private String countryNameEnglish;
}