From ed3209d69dd1d04d9a65a9df2cd2655054108091 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Thu, 29 Jan 2026 09:22:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=9E=8B=E5=8F=B7=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/corewing/app/entity/BizDeviceCategory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/corewing/app/entity/BizDeviceCategory.java b/src/main/java/com/corewing/app/entity/BizDeviceCategory.java index f8953e2..b103ed0 100644 --- a/src/main/java/com/corewing/app/entity/BizDeviceCategory.java +++ b/src/main/java/com/corewing/app/entity/BizDeviceCategory.java @@ -23,7 +23,7 @@ public class BizDeviceCategory extends CommonEntity { private String thumbnail; @ApiModelProperty("设备型号名称") - private String deviceName; + private String categoryName; @ApiModelProperty("排序") private int sortCode;