From 324711f35ad542e0d180ccaf2d0fd879a9e388c6 Mon Sep 17 00:00:00 2001 From: khalil <842328916@qq.com> Date: Tue, 19 Aug 2025 12:13:27 +0800 Subject: [PATCH] =?UTF-8?q?h5=E5=85=85=E5=80=BC-=E5=9C=B0=E5=8C=BA-vo-?= =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/accompany/payment/vo/ChargeAreaInfoVO.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/accompany-base/accompany-payment/accompany-payment-sdk/src/main/java/com/accompany/payment/vo/ChargeAreaInfoVO.java b/accompany-base/accompany-payment/accompany-payment-sdk/src/main/java/com/accompany/payment/vo/ChargeAreaInfoVO.java index 0e178bd7c..1fe4f89f3 100644 --- a/accompany-base/accompany-payment/accompany-payment-sdk/src/main/java/com/accompany/payment/vo/ChargeAreaInfoVO.java +++ b/accompany-base/accompany-payment/accompany-payment-sdk/src/main/java/com/accompany/payment/vo/ChargeAreaInfoVO.java @@ -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;