oms入库单入库数量;

This commit is contained in:
王奎兴
2026-04-22 15:48:21 +08:00
parent 882aa8740e
commit 1f8b7ef0e8
6 changed files with 19 additions and 2 deletions
@@ -153,6 +153,10 @@ public class ReservationStockInOrder extends BaseVOEntity {
@Excel(name = "计划数量")
private BigDecimal quantity;
@ApiModelProperty("入库数量")
@Excel(name = "入库数量")
private BigDecimal inQuantity;
@ApiModelProperty("净重 单位:千克")
@Excel(name = "净重 单位:千克")
private BigDecimal weightLimit;
@@ -154,6 +154,10 @@ public class ReservationStockInOrderPO extends BaseVOEntity {
@Excel(name = "计划数量(原字段)")
private BigDecimal quantity;
@ApiModelProperty("入库数量")
@Excel(name = "入库数量")
private BigDecimal inQuantity;
/**
* 计划入库数量:取入库单明细中的入库数量汇总
*/
@@ -151,6 +151,10 @@ public class ReservationStockInOrderDO extends BaseVOEntity {
@Excel(name = "计划数量")
private BigDecimal quantity;
@ApiModelProperty("入库数量")
@Excel(name = "入库数量")
private BigDecimal inQuantity;
@ApiModelProperty("净重 单位:千克")
@Excel(name = "净重 单位:千克")
private BigDecimal weightLimit;
@@ -149,6 +149,10 @@ public class ReservationStockInOrderDTO extends ReservationStockInOrderBaseDTO {
@Excel(name = "计划数量")
private BigDecimal quantity;
@ApiModelProperty("入库数量")
@Excel(name = "入库数量")
private BigDecimal inQuantity;
@ApiModelProperty("净重 单位:千克")
@Excel(name = "净重 单位:千克")
private BigDecimal weightLimit;