feat(delivery): 添加发货计划ID字段支持按计划查询发货单明细
- 在WmsDeliveryWaybillDetailBo中新增planId字段 - 在查询条件中增加planId过滤逻辑 - 实现根据发货计划ID查询所有关联发货单明细的功能
This commit is contained in:
@@ -95,5 +95,9 @@ public class WmsDeliveryWaybillDetailBo extends BaseEntity {
|
||||
*/
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* 发货计划ID(用于根据计划ID查询所有关联的发货单明细)
|
||||
*/
|
||||
private Long planId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user