h5充值-地区-vo-多语言
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
package com.accompany.payment.vo;
|
package com.accompany.payment.vo;
|
||||||
|
|
||||||
|
import com.accompany.core.annotation.I18n;
|
||||||
import io.swagger.annotations.ApiModel;
|
import io.swagger.annotations.ApiModel;
|
||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
@@ -11,6 +12,7 @@ public class ChargeAreaInfoVO {
|
|||||||
@ApiModelProperty("地区码")
|
@ApiModelProperty("地区码")
|
||||||
private String areaCode;
|
private String areaCode;
|
||||||
|
|
||||||
|
@I18n(className = "ChargeAreaInfoVo", fieldName = "areaCode")
|
||||||
@ApiModelProperty("地区名称")
|
@ApiModelProperty("地区名称")
|
||||||
private String areaName;
|
private String areaName;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user