Commit Graph

6 Commits

Author SHA1 Message Date
JR
7665649567 feat(klp-wms): 在 WmsSchedulePlanDetailVo 中添加批次号字段并更新相关 Mapper
- 在 WmsSchedulePlanDetailVo 类中添加 batchNo 字段,用于存储批次号
- 更新 WmsSchedulePlanDetailMapper.xml,加入与 wms_batch 表的关联查询,获取批次号信息
2025-08-15 09:21:10 +08:00
85ae6c4efa feat(WmsSchedulePlanDetail): 添加批次ID字段
- 在 WmsSchedulePlanDetail、WmsSchedulePlanDetailBo 和 WmsSchedulePlanDetailVo 类中添加 batchId 字段
- 更新 WmsSchedulePlanDetailMapper.xml,添加 batch_id 列的映射
- 在 WmsSchedulePlanDetailServiceImpl 中添加对 batchId 的查询条件
2025-08-14 13:46:00 +08:00
a4474014bb 修改bug 2025-07-30 15:35:38 +08:00
a8b69a3fee 联查产线名字 2025-07-30 15:27:07 +08:00
JR
6191c039af feat: 排产计划主表加了一些字段展示 2025-07-29 17:09:44 +08:00
JR
e7479aec2c 生成接口 2025-07-18 10:12:48 +08:00