增加国家地区缓存
This commit is contained in:
@ -48,6 +48,7 @@ public class LngBBankPageVo {
|
||||
* 所属国家和地区
|
||||
*/
|
||||
@ApiModelProperty("所属国家和地区")
|
||||
@Trans(type = TransType.REGION, transToFieldName = "regionName")
|
||||
private String regionCode;
|
||||
/**
|
||||
* SWIFT
|
||||
@ -66,10 +67,10 @@ public class LngBBankPageVo {
|
||||
@ApiModelProperty("数据权限id")
|
||||
private Long ruleUserId;
|
||||
|
||||
/**
|
||||
* 所属国家和地区
|
||||
*/
|
||||
@ApiModelProperty("所属国家和地区名称")
|
||||
private String regionName;
|
||||
|
||||
|
||||
private String regionName;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user