方法名修改

This commit is contained in:
chc 2024-03-11 15:35:14 +08:00
parent fd2d0724a7
commit 9f1dacc1d4

View File

@ -174,7 +174,7 @@ public class GoodsSku extends BaseEntity {
return weight;
}
public Integer getalertQuantity() {
public Integer getAlertQuantity() {
if(alertQuantity == null){
return 0;
}