refactor(wms): 将批次id改为生产任务id并优化相关功能

- 将 WmsSchedulePlanDetail 中的 batchId 改为 taskId
- 更新相关 BO、VO 类中的字段名称
- 修改数据库查询以适应新的字段
- 移除未使用的权限注解
This commit is contained in:
JR
2025-08-26 16:06:23 +08:00
parent 4c748a537a
commit e804d961b0
7 changed files with 37 additions and 26 deletions

View File

@@ -36,9 +36,9 @@ public class WmsSchedulePlanDetailBo extends BaseEntity {
private Long lineId;
/**
* 批次id
* 生产任务ID批次id
*/
private Long batchId;
private Long taskId;
/**
* 产品ID