配送明细同步wms

This commit is contained in:
王奎兴
2026-06-01 16:54:41 +08:00
parent 0c7a87ad10
commit 9bbe1c2b41
5 changed files with 14 additions and 3 deletions
@@ -441,7 +441,9 @@ public class StockOutOrderDTO extends StockOutOrderBaseDTO {
private String salesmanName;
@ApiModelProperty("费用")
List<ReceiptOrderAccount> receiptOrderAccountList;
@ApiModelProperty("退货数量")
@Excel(name = "退货数量")
private BigDecimal returnQuantity;
/**
* 提货单打印所选模版(与图5单选项文案一致即可)。可传副标题如「谷丰--营销部」,或整段「提货单--谷丰--营销部」;不传则标题为「提货单」
*/