From 728b48c6866d2afe3fd7cf1c5822ccac41d32455 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期二, 25 十一月 2025 13:01:52 +0800
Subject: [PATCH] yys 1.取消本次回款金额不能大于待回款金额 2.取消开票数0的限制

---
 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