feat(WmsSchedulePlanDetail): 添加批次ID字段
- 在 WmsSchedulePlanDetail、WmsSchedulePlanDetailBo 和 WmsSchedulePlanDetailVo 类中添加 batchId 字段 - 更新 WmsSchedulePlanDetailMapper.xml,添加 batch_id 列的映射 - 在 WmsSchedulePlanDetailServiceImpl 中添加对 batchId 的查询条件
This commit is contained in:
@@ -56,8 +56,8 @@ public class WmsSchedulePlan extends BaseEntity {
|
||||
*/
|
||||
private Long priority;
|
||||
|
||||
/**
|
||||
* 工艺路线
|
||||
*/
|
||||
private String processRoute;
|
||||
// /**
|
||||
// * 工艺路线
|
||||
// */
|
||||
// private String processRoute;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user