From 4579e4929a95836cf4f9d3029b97133791fc8e78 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期五, 30 一月 2026 16:03:23 +0800
Subject: [PATCH] 仓储物流(1.合同 2.订单 3.发货)

---
 src/main/java/com/ruoyi/warehouse/dto/WarehouseGoodsShelvesRowcolDto.java |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/ruoyi/warehouse/dto/WarehouseGoodsShelvesRowcolDto.java b/src/main/java/com/ruoyi/warehouse/dto/WarehouseGoodsShelvesRowcolDto.java
index 0f82839..2bff39e 100644
--- a/src/main/java/com/ruoyi/warehouse/dto/WarehouseGoodsShelvesRowcolDto.java
+++ b/src/main/java/com/ruoyi/warehouse/dto/WarehouseGoodsShelvesRowcolDto.java
@@ -9,8 +9,7 @@
 @Data
 public class WarehouseGoodsShelvesRowcolDto extends WarehouseGoodsShelvesRowcol {
     private String warehouseName;
-    private String goodsShelvesName;
-    private String docName;
-    private String docNumber;
+    private String name;
+    private List<DocumentationDto> documentationDtoList;
     private String category;
 }

--
Gitblit v1.9.3