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

@@ -38,7 +38,7 @@ public class WmsSchedulePlanDetail extends BaseEntity {
/**
* 批次id
*/
private Long batchId;
private Long taskId;
/**
* 产品ID
*/