Merge branch 'master' into dev

This commit is contained in:
lele0521
2024-03-19 16:39:47 +08:00

View File

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