入库管理修改

This commit is contained in:
秦鸿展
2026-01-30 15:20:46 +08:00
parent fe096a498f
commit 81633720e3
2 changed files with 18 additions and 1 deletions
@@ -324,6 +324,10 @@ public class InMaterialDetailDTO extends BaseVOEntity {
@Excel(name = "件数")
private BigDecimal pieceCount;
@ApiModelProperty("入库数量(输入大于等于0的数字,可以为小数)")
@Excel(name = "入库数量")
private BigDecimal inboundQuantity;
@ApiModelProperty("出库数量(输入大于等于0的数字,可以为小数)")
@Excel(name = "出库数量")
private BigDecimal outboundQuantity;