feat(WmsSchedulePlanDetail): 添加批次ID字段
- 在 WmsSchedulePlanDetail、WmsSchedulePlanDetailBo 和 WmsSchedulePlanDetailVo 类中添加 batchId 字段 - 更新 WmsSchedulePlanDetailMapper.xml,添加 batch_id 列的映射 - 在 WmsSchedulePlanDetailServiceImpl 中添加对 batchId 的查询条件
This commit is contained in:
@@ -8,6 +8,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="detailId" column="detail_id"/>
|
||||
<result property="planId" column="plan_id"/>
|
||||
<result property="lineId" column="line_id"/>
|
||||
<result property="batchId" column="batch_id"/>
|
||||
<result property="productId" column="product_id"/>
|
||||
<result property="quantity" column="quantity"/>
|
||||
<result property="startDate" column="start_date"/>
|
||||
|
||||
Reference in New Issue
Block a user