From 9f1dacc1d4e77953e3af47ffeefd598b1efc2d5c Mon Sep 17 00:00:00 2001 From: chc <1501738723@qq.com> Date: Mon, 11 Mar 2024 15:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B9=E6=B3=95=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/cn/lili/modules/goods/entity/dos/GoodsSku.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/main/java/cn/lili/modules/goods/entity/dos/GoodsSku.java b/framework/src/main/java/cn/lili/modules/goods/entity/dos/GoodsSku.java index 464e6d66..4cd6b2d8 100644 --- a/framework/src/main/java/cn/lili/modules/goods/entity/dos/GoodsSku.java +++ b/framework/src/main/java/cn/lili/modules/goods/entity/dos/GoodsSku.java @@ -174,7 +174,7 @@ public class GoodsSku extends BaseEntity { return weight; } - public Integer getalertQuantity() { + public Integer getAlertQuantity() { if(alertQuantity == null){ return 0; }