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; }