h5充值-地区-vo-多语言

This commit is contained in:
2025-08-19 12:13:27 +08:00
parent ad241e3f83
commit 324711f35a

View File

@@ -1,5 +1,6 @@
package com.accompany.payment.vo;
import com.accompany.core.annotation.I18n;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -11,6 +12,7 @@ public class ChargeAreaInfoVO {
@ApiModelProperty("地区码")
private String areaCode;
@I18n(className = "ChargeAreaInfoVo", fieldName = "areaCode")
@ApiModelProperty("地区名称")
private String areaName;