feat(WmsSchedulePlanDetail): 添加批次ID字段

- 在 WmsSchedulePlanDetail、WmsSchedulePlanDetailBo 和 WmsSchedulePlanDetailVo 类中添加 batchId 字段
- 更新 WmsSchedulePlanDetailMapper.xml,添加 batch_id 列的映射
- 在 WmsSchedulePlanDetailServiceImpl 中添加对 batchId 的查询条件
This commit is contained in:
2025-08-14 14:09:10 +08:00
parent c4ee58f75d
commit 92b389f304
3 changed files with 13 additions and 13 deletions

View File

@@ -56,8 +56,8 @@ public class WmsSchedulePlan extends BaseEntity {
*/
private Long priority;
/**
* 工艺路线
*/
private String processRoute;
// /**
// * 工艺路线
// */
// private String processRoute;
}