refactor(wms): 将批次id改为生产任务id并优化相关功能
- 将 WmsSchedulePlanDetail 中的 batchId 改为 taskId - 更新相关 BO、VO 类中的字段名称 - 修改数据库查询以适应新的字段 - 移除未使用的权限注解
This commit is contained in:
@@ -38,7 +38,7 @@ public class WmsSchedulePlanDetail extends BaseEntity {
|
||||
/**
|
||||
* 批次id
|
||||
*/
|
||||
private Long batchId;
|
||||
private Long taskId;
|
||||
/**
|
||||
* 产品ID
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user