feat(WmsSchedulePlanDetail): 添加批次ID字段
- 在 WmsSchedulePlanDetail、WmsSchedulePlanDetailBo 和 WmsSchedulePlanDetailVo 类中添加 batchId 字段 - 更新 WmsSchedulePlanDetailMapper.xml,添加 batch_id 列的映射 - 在 WmsSchedulePlanDetailServiceImpl 中添加对 batchId 的查询条件
This commit is contained in:
@@ -40,6 +40,12 @@ public class WmsSchedulePlanDetailVo {
|
||||
@ExcelProperty(value = "产线ID")
|
||||
private Long lineId;
|
||||
|
||||
/**
|
||||
* 批次id
|
||||
*/
|
||||
@ExcelProperty(value = "批次id")
|
||||
private Long batchId;
|
||||
|
||||
/**
|
||||
* 产品ID
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user