feat(tkdata-country): 新增国家英文名字段
This commit is contained in:
@@ -44,4 +44,7 @@ public class CountryInfoRespVO {
|
||||
@ExcelProperty("创建时间")
|
||||
private LocalDateTime createTime;
|
||||
|
||||
@Schema(description = "国家英文名")
|
||||
@ExcelProperty("国家英文名")
|
||||
private String countryNameEnglish;
|
||||
}
|
||||
@@ -47,5 +47,5 @@ public class CountryInfoDO {
|
||||
*/
|
||||
private String languageName;
|
||||
|
||||
|
||||
private String countryNameEnglish;
|
||||
}
|
||||
Reference in New Issue
Block a user