|
@@ -64,6 +64,8 @@ public class PurchaseDeliverDetailVo {
|
|
|
private String syPackingDetailId;
|
|
|
// 报关数量
|
|
|
private BigDecimal actualDeclaredQuantity;
|
|
|
+ @ApiModelProperty(value = "批号")
|
|
|
+ private String batchNo;
|
|
|
|
|
|
/**
|
|
|
* 从面辅料装箱单生成
|
|
@@ -92,6 +94,7 @@ public class PurchaseDeliverDetailVo {
|
|
|
syPackingDetailId = syPackingListFabricItem.getId();
|
|
|
declarationUnit = syDeclarationElements.getDeclarationUnit();
|
|
|
declarationName = syDeclarationElements.getDeclarationName();
|
|
|
+ batchNo = syPackingListFabricItem.getDyelotNumber();
|
|
|
}
|
|
|
|
|
|
}
|