|
|
@@ -41,6 +41,17 @@ public class InboundItemResponse {
|
|
|
private String intoId;
|
|
|
|
|
|
/**
|
|
|
+ * 采购订单
|
|
|
+ */
|
|
|
+ @ApiModelProperty(value = "采购订单")
|
|
|
+ @TableField(typeHandler = UuidTypeHandler.class)
|
|
|
+ private String purId;
|
|
|
+ /**
|
|
|
+ * 采购订单号
|
|
|
+ */
|
|
|
+ @ApiModelProperty(value = "采购订单号")
|
|
|
+ private String purNo;
|
|
|
+ /**
|
|
|
* 商品规格
|
|
|
*/
|
|
|
@Excel(name = "商品规格")
|
|
|
@@ -119,6 +130,26 @@ public class InboundItemResponse {
|
|
|
@ApiModelProperty(value = "入库中数量")
|
|
|
private BigDecimal intoingQty;
|
|
|
|
|
|
+ /**
|
|
|
+ * 入库明细 对应来源订单明细中的商品数量
|
|
|
+ */
|
|
|
+ @Excel(name = "入库明细 对应来源订单明细中的商品数量")
|
|
|
+ @ApiModelProperty(value = "入库明细 对应来源订单明细中的商品数量")
|
|
|
+ private BigDecimal purItemQty;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 入库明细 对应来源订单明细中的商品数量
|
|
|
+ */
|
|
|
+ @Excel(name = "入库明细 对应来源订单明细中的入库中数量")
|
|
|
+ @ApiModelProperty(value = "入库明细 对应来源订单明细中的入库中数量")
|
|
|
+ private BigDecimal purItemIntoingQty;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 入库明细 对应来源订单明细中的商品数量
|
|
|
+ */
|
|
|
+ @Excel(name = "入库明细 对应来源订单明细中的已入库数量")
|
|
|
+ @ApiModelProperty(value = "入库明细 对应来源订单明细中的已入库数量")
|
|
|
+ private BigDecimal purItemIntoQty;
|
|
|
|
|
|
/**
|
|
|
* 入库中金额
|