feat(WmsBatch): 添加排产计划ID字段
- 在 WmsBatch、WmsBatchBo、WmsBatchVo 类中添加 planId 字段 - 在 WmsBatchMapper.xml 中添加 planId 的 resultMap 配置 - 在 WmsBatchServiceImpl 中添加 planId 的查询条件
This commit is contained in:
@@ -62,5 +62,8 @@ public class WmsBatch extends BaseEntity {
|
||||
* 备注
|
||||
*/
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* 排产计划ID
|
||||
*/
|
||||
private Long planId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user