优化库位点位处理逻辑

- 移除 HouseAreaDO 中的 areaId 字段
- 修改 WareHouseLocationDO 的处理方式,支持批量导入- 更新 NodeBaseDTO,增加 positionMapId 字段
-调整 PositionMapItemDO 和相关 VO 类,移除 objectId 字段
- 更新数据库映射文件,适应新的数据结构
This commit is contained in:
aikai 2025-01-16 16:51:54 +08:00
parent df480e1b90
commit 0a7b1b72d0

View File

@ -27,10 +27,6 @@ public class WareHouseLaneDO extends BaseDO {
*/
@TableId
private Long id;
/**
* 巷道id(自定义)
*/
private Long laneId;
/**
* 巷道名称
*/
@ -40,4 +36,4 @@ public class WareHouseLaneDO extends BaseDO {
*/
private String laneMsg;
}
}