From 89f888339b979f46694acc5cefac4e1ed987e19b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=95=B8=E9=9D=9E?= <8153694@qq.com> Date: Wed, 28 Jun 2023 08:58:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AA=97=E5=8F=A3=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E5=AF=BC=E5=87=BA=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/mortals/xhx/module/window/model/WindowEntity.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base-manager/src/main/java/com/mortals/xhx/module/window/model/WindowEntity.java b/base-manager/src/main/java/com/mortals/xhx/module/window/model/WindowEntity.java index e2bb7c01..0966cfae 100644 --- a/base-manager/src/main/java/com/mortals/xhx/module/window/model/WindowEntity.java +++ b/base-manager/src/main/java/com/mortals/xhx/module/window/model/WindowEntity.java @@ -45,17 +45,17 @@ public class WindowEntity extends WindowVo { /** * 鍖哄煙 */ - @Excel(name = "鐢ㄦ埛鍚�") + @Excel(name = "鍖哄煙") private String region; /** * 鑻辫鍖哄煙 */ - @Excel(name = "鐢ㄦ埛鍚�") + @Excel(name = "鑻辫鍖哄煙") private String englishRegion; /** * 绐楀彛缂栧彿 */ - @Excel(name = "鐢ㄦ埛鍚�") + @Excel(name = "绐楀彛缂栧彿") private String fromnum; /** * 绾㈡棗绐楀彛 (1.鏄紝0.鍚�) -- 2.24.3