From e041e7ab393c51e735940303a64244964418a8ce Mon Sep 17 00:00:00 2001 From: wb2476 Date: Mon, 15 Apr 2024 10:24:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=9F=BA=E7=A1=80=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/service/v1/account/model/CreateAccountResponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scfs-api-service/src/main/java/com/czcb/scfs/api/service/v1/account/model/CreateAccountResponse.java b/scfs-api-service/src/main/java/com/czcb/scfs/api/service/v1/account/model/CreateAccountResponse.java index 857c740..f67f510 100644 --- a/scfs-api-service/src/main/java/com/czcb/scfs/api/service/v1/account/model/CreateAccountResponse.java +++ b/scfs-api-service/src/main/java/com/czcb/scfs/api/service/v1/account/model/CreateAccountResponse.java @@ -6,7 +6,7 @@ import lombok.Data; import lombok.experimental.Accessors; /** - * @author H.T + * @author H.T. * @since 2.0.0 */ @Data