From f4d177609cd001fb00a1dcb2aa9f783e72f39e33 Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Thu, 20 Jun 2024 13:34:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8E=A5=E5=8F=A3=20?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=88=97=E8=A1=A8(=E5=8C=85=E6=8B=AC?= =?UTF-8?q?=E5=AD=90=E5=88=86=E7=B1=BB)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/cashierservice/entity/vo/ShopCategoryVo.java | 2 +- src/main/resources/mapper/TbShopCategoryMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/chaozhanggui/system/cashierservice/entity/vo/ShopCategoryVo.java b/src/main/java/com/chaozhanggui/system/cashierservice/entity/vo/ShopCategoryVo.java index 2186e4f..eea6511 100644 --- a/src/main/java/com/chaozhanggui/system/cashierservice/entity/vo/ShopCategoryVo.java +++ b/src/main/java/com/chaozhanggui/system/cashierservice/entity/vo/ShopCategoryVo.java @@ -11,5 +11,5 @@ public class ShopCategoryVo { private String name; - private List childs; + private List childrenList; } diff --git a/src/main/resources/mapper/TbShopCategoryMapper.xml b/src/main/resources/mapper/TbShopCategoryMapper.xml index 48b6a73..93fab0e 100644 --- a/src/main/resources/mapper/TbShopCategoryMapper.xml +++ b/src/main/resources/mapper/TbShopCategoryMapper.xml @@ -23,7 +23,7 @@ - +