From 55d694aaae4e421b5e55cd941500e08f85cb5d4d Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 27 八月 2026 18:21:33 +0800
Subject: [PATCH] feat(sales): 添加框架合同订单功能并优化销售台账管理

---
 src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java b/src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
index 79e0aff..7a08480 100644
--- a/src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
+++ b/src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
@@ -12,6 +12,9 @@
 import java.math.BigDecimal;
 import java.time.LocalDate;
 import java.time.LocalDateTime;
+import java.util.List;
+import com.ruoyi.basic.dto.StorageBlobDTO;
+import com.ruoyi.basic.dto.StorageBlobVO;
 
 /**
  * 璁惧鍙拌处瀹炰綋绫�
@@ -53,6 +56,20 @@
      * 渚涘簲鍟嗗悕绉�
      */
     private String supplierName;
+
+    /**
+     * 璁惧闄勪欢(鐢ㄤ簬鎺ユ敹)
+     */
+    @TableField(exist = false)
+    @Schema(description = "璁惧闄勪欢鎺ユ敹鍒楄〃")
+    private List<StorageBlobDTO> storageBlobDTOs;
+
+    /**
+     * 璁惧闄勪欢(鐢ㄤ簬杩斿洖)
+     */
+    @TableField(exist = false)
+    @Schema(description = "璁惧闄勪欢灞曠ず鍒楄〃")
+    private List<StorageBlobVO> storageBlobVOs;
 
     /**
      * 鍗曚綅
@@ -145,4 +162,15 @@
 
     @Schema(description = "璁惧绫诲瀷")
     private String type;
+
+    /**
+     * 璁惧鍖哄煙ID
+     */
+    private Long areaId;
+
+    /**
+     * 璁惧鍖哄煙鍚嶇О锛堥潪鏁版嵁搴撳瓧娈碉紝鍒楄〃灞曠ず锛�
+     */
+    @TableField(exist = false)
+    private String areaName;
 }

--
Gitblit v1.9.3