查询物料库存数量;

This commit is contained in:
王奎兴
2026-04-08 15:57:47 +08:00
parent bf9b441fbc
commit d9e3b7cf2a
2 changed files with 46 additions and 40 deletions
@@ -242,5 +242,7 @@ public class MaterialBaseInfoPO extends BaseVOEntity {
@ApiModelProperty("临期预警数量")
@Excel(name = "临期预警数量")
private Integer expirationWarningCount;
//库存件数
private BigDecimal stockQuantity;
}
}